Hi everyone,
I’m currently working on a Power Automate Desktop (PAD) flow to extract data from a website and export it to Excel.
When I use the “Extract data from web page” action on a list or table view, PAD correctly recognizes the structure and outputs the data as a DataTable (multiple rows), which works perfectly.
However, when I try to extract data from individual detail pages (one record per page), I encounter an issue:
In this case, PAD seems to overwrite the values each time instead of storing them as separate rows. As a result, I only end up with the last record’s data.
I understand that this might be because PAD treats individual page extraction as single-value variables rather than a structured dataset.
My question is:
What is the best practice to handle this scenario and store each record properly (e.g., in Excel or a DataTable)?
I'm a beginner so step by step guide would really be appreciated.