Okay, seems like I misread your previous question a bit.
Try using the following:
- Base CSS selector: table[Id="searchTable"] > tbody > tr
- CSS selector (column 1): td:eq(1) > a
This will make it extract all rows and the 2nd column (because indexes are 0-based) from each row.
Also, use the "Own Text" as the property that you are trying to extract from the value. I thought you wanted the Href, but it is actually simply "#" in there, so there's not much to extract. I assume you actually need the text value instead. So, using Own Text will get you that.
-------------------------------------------------------------------------
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.