cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dynamic XPath

Former Member
0 Likes
495

I would like to retrieve a value from one of 50 Locals. I want to identify the name of the Local dynamically and would prefer NOT using a large switch statement. Is there a way to build an XPATH statement dynamically based on the value of Transaction variables???

View Entire Topic
Former Member
0 Likes

Yes. Use #Transaction.<variablename># in your XPath (or a Local.<variablename> whatever the case may be)