11-04-2014 09:20 AM
In a sequence, we may need to write to or read from a local variable. Is there any way (e.g., by right click the variable) to find out the related steps?
Thanks!
Solved! Go to Solution.
11-04-2014 09:37 AM
Are you talking about finding out which steps use the Local variable. Because steps aren't really "related" to variables. They either use them or they don't.
You can use the Find/Replace tool. Edit>>Find/Replace
In the Find: box enter Locals.<Variable Name>
You can check the Limit Search to: box and select the sequence within which you want to search. This should show you a list of all instances of the local variable.
Hope this helps,
11-04-2014 09:42 AM
Thanks!