
Announcements
Hi everyone when I add an ask question node, i select the multiple choice option, and it suppose to appear an string variable or choice variable, do you know how to convert the choice variable on a string variable?
Thanks
Hi @LuisMMarr,
I suggest you either create a new string variable or use this formula whenever you need the variable as a string
Text(Global.Var1)
Henry