
Hi
I want to access a link on webpage which is dynamic according to the currentitem in for each loop
For one item in for each loop link looks like this
I want to click on SIP file marked in grey area
Next item in for each loop looks like this
In this also want to access SIP file pic as i marked in grey area in first item
I want to access these items using a single click on link webpage as there can be many items in for each loop in future
You should capture two different links as separate elements and see how their selectors are different. Once you have that, you will know which part you need to modify to make your selector dynamic. You will likely need to use a variable in the selector afterwards. See this article on how to do that: https://learn.microsoft.com/en-us/power-automate/desktop-flows/build-custom-selectors#use-variables-in-a-custom-selector
Also this great video: https://www.youtube.com/watch?v=2PcyBa22Jj8
-------------------------------------------------------------------------
If I have answered your question, please mark it as the preferred solution. If you like my response, please give it a Thumbs Up.
I also provide paid consultancy and development services using Power Automate. If you're interested, DM me and we can discuss it.