Hello guys. What I am trying to do:
When a user presses a button, it will open a confirmation popup and once confirmed it will start a workflow that makes a change on things. The problem is that when I set up the workflow, the data that I need to update is not there (it is in the former page.
Without the popup (when the user presses the button it makes a change on things directly, without confirmation), I was able to do it correctly, but I feel it is not safe (what if the user pressed it for mistake?). That’s why I’d like a confirmation popup.
I tried to display data once the button is pressed, to pass the information to the popup so that I can use it to make a change on things. But it keeps asking me for a condition, and I just want the raw data it self, have a look at this screenshot:
Can you help me solve that? I feel that it is a pretty simple workflow, but somehow Im stucked at it! Thank you in advance!