Hello, I have a Power Automate Desktop flow that maps spreadsheet data into a webpage. A certain UI element in this website has an HTML structure that changes dynamically. To be able to select this element, I used a regular expression that refers to the portion of the HTML that dynamically changes (Both the photos of the HTML structure and the selector are below). This way, I am able to select the element, but it seems that some other UI elements have the same regular expression so they are selected as well. In the photo below, many UI elements are selected and populated however I wish to only select and populate the one circled in red. Is there a way I can only select the first occurrence of the selector?


