Hi there,
I am creating multiple elements in an xml with the same element name, and then trying to loop through them and update them. In my loop I have ‘Loop Number Name’ set to ‘loopNumber’. In a ‘Set XML Value’ Operation I am then trying to include that variable in the xPath as so:
="//element/element[loopNumber]"
and it isn’t working. How can I include the ‘loopNumber’ variable in my xPath?
Thanks