Hi All,
I am using a text box and drop downs using SetVar in the shape data to pass through to an automation script.
Now I might be not thinking properly, but is there a way to make the SetVar value to populate the drop down and text boxes so other users can see the value?
Thanks
Hi Ryan,
A session variable is linked to your client session only.
This means that it's not visible to other users.
If you wish to show the value to other users, you'll have to save the session variable to a property or element parameter.
This help page should help you get started.