Variable Not Found

I used a Try Catch Activity For Assign a Variable But in that Catch Block i Only Get Argument in the Use Variable Panel i don’t Get The Normal Variable in The Catch Block

@S_Yuvaraj

Variables are scoped to be used or visible in the specific level in the code. For example if you defined a variable in Try section won’t be directly visible in the Catch section until and unless you change the scope of it from the Data Manager–>Variable

Change the scope by clicking on the small dropdown button in the Scope column for the specific variable you are looking for.

See the scope of the variables. Check and update the scope accordingly.

That Also Correct

@S_Yuvaraj

Try reopening the project once. Also try debugging the code directly. Sometimes this odd issue happens in Studio memory.

1 Like

@S_Yuvaraj

sometimes it might not load

type the variable name/part of the name and press ctrl+space it would get the details

cheers

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