A desktop flow I'm working on uses the "Extract data from web page" action. I've configured the action to extract values from an HTML table with the advanced setting "Use paging" enabled.
In our production environment, this action works as expected, advancing through the pages of an HTML table and extracting the selected cells of each row. It was last updated with Power Automate Desktop version 2.26.139.22312.
In our development environment, the exact same action in the exact same flow is failing to advance through the pages of the HTML table. It's running with Power Automate Desktop version 2.27.177.22340. Here's the error:
"Problem while executing action 'ExtractTableUsingPagingFromAllPages'. Failed to extract data (web page error while extracting data)."
I'm able to log in and view this development version running, and it appears to be attempting to click the "Next" anchor element, as evidenced by a black outline around that element, but the web page doesn't update to the next page of the HTML table. It just stays at page 1.
Wondering if something changed in PAD around this action between the two versions above to lead to this error?