Cannot find defined variable in listed Variable Name in Selector Editor

Cannot find defined variable in listed Variable Name when I’m changing the selector.
Is there way to bypass the invalid error message “Variable or argument is not defined in the current scope”?

@JasperL

As the variable type is generic value you are unable to see it…

Please convert to string or integer and you shpuld be able to see the same…

You can create one more variable with string and use assign activity to convert it to string using .ToString method

Hope this helps

Cheers

1 Like

Thank you for the reply. Any idea why still throwing the error message “Variable or argument ‘specifiedVariable’ is not defined in the current scope”?

@JasperL

Try removing the activity and re add it…this look’s wierd

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.