I am trying to automate changing data fields in a tree diagram where it is possible to have the same text in the title section.
For this I am using "Click link on web page" with the selector
#editorG > g > text:contains("%CurrentItem['Name']%")
Unfortunately, I only get PAD to click on the same item over and over.
My goal is to automate clicking on all elements to which this selector applies, i.e. all fields that contain the information "Name" from my "CurrentItem". Similar to an adjacent sibling or next child in CSS.
Is there any way I can construct a selector or a loop in Power Automate Desktop that can do this?
Thanks in advance!