You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to check if I can achieve the following with the data manipulation plugin before I start working on it.
I want to add a text box where comments on the currently loaded dashboard can be submitted. Together with the entered text I also want to submit a variable that is currently selected and information of the user currently logged in and providing the comment. (without her/him entering the mail adress, because I'm scared of typos).
Would that be possible?
The text was updated successfully, but these errors were encountered:
If I understand the idea correctly, you need to add to the payload some data that does not need to be entered through form elements, such as the value of the selected variable and some user data.
You can use variable syntax ('${var}') in the code editor to get variable value and some user info through global variable syntax ('${__user.login}'
Hi VokovLabs Team,
I would like to check if I can achieve the following with the data manipulation plugin before I start working on it.
I want to add a text box where comments on the currently loaded dashboard can be submitted. Together with the entered text I also want to submit a variable that is currently selected and information of the user currently logged in and providing the comment. (without her/him entering the mail adress, because I'm scared of typos).
Would that be possible?
The text was updated successfully, but these errors were encountered: