I’ve been struggling with this for (embarrassingly) 4 hours. Please bear with me, as I’m relatively new to PAD (although I’ve been a developer for 30 years).
I'm using Power Automate Desktop to screen scrape an MLS website (I'm a legitimate user with credentials). I have a list of addresses I read into a data table.
In a FOR EACH loop I populate a search textbox with an address and submit the search, which loads a new page with the results. I can successfully grab the page elements and write them to an Excel sheet. Cool.
At the bottom of the loop I issue the GO TO WEB PAGE Action to reload the search page, so it’s sitting exactly the same as at the top of the loop. Cool.
The first pass executes as expected. The second pass, however, gives me errors on DATA EXTRACTION ELEMENT NOT FOUND for each of the numeric values. For example:
Bedrooms 4
Bathrooms 3
The Actions find the “Bedrooms” and “Bathroom” elements, but not the “4” and “3”.
I’m at a loss. Can anyone help a guy out? Thanks in advance...