Hi team,
I am trying to create a dynamic XPath for web automation in Process Studio. Specifically, I want to use an index from my loop to select elements, for example: //h2[@class='nist-block__title'][i]
I am using the Start Loop plugin. How can I correctly pass the loop iteration variable into the XPath string to make it dynamic for each iteration?
Any guidance on the correct syntax or step configuration would be appreciated!