Hi everyone,
I am stuck in this situation where I have variables I would like to pass on as a value when I do create form. For example, let’s say I assign, var1= Bob and var2=Susan. Then I do create a form and eventually, I want those variables to be passed under the value section:
However, I noticed it would come up as a text. I did a trigger that when the option is selected, it displays in the text its corresponding value. But in this case, it would come up as var1 instead of Bob. How would I go about this?