Hello community!
Could you help me with this problem with the variable out of scope? My variable is already at the highest level of the scope (general). I’m using the classic activity, on element apear.
Thanks
Hi @amanda.gondim,
Please go to the variables panel and change the scope for this variable, as follow:
Hope it helps you!
Hello!!
my variable is already in the main scope
Hi @amanda.gondim,
Try to use class=‘{{str_numRequisicao}}’ but make sure the variable item is of type String else you would need to convert it to a String.
<webctrl class='{{str_numRequisicao}}' tableCol='4' tableRow='2' tag='TD' />
Cheers!
Delete the variable in the Variables panel and create it with outer scope then save the workflow, then give a try to use variable in the Selectors.
Hope it helps!!

