I'm trying to use Power Automate for the first time to scrape a table from a website. But the headers of the table move around and completely change often. When I run the scrape on different data (Data with different headers) it's showing the OLD headers, making the whole thing worthless. I tried clearing the DataFromWebPage variable each run, but while it's setting that variable to 0 it apparently is keeping the ColumnHeadersRow in cache or memory somewhere.
I am really surprised that I couldn't find others with this issue (since the functionality is over a year old now) but I can't and I'm hoping there's a setting somewhere or someone can tell me what I'm doing wrong.
Thanks.