I am scraping data from a portal and it seems that the columns are named something different each time. Is there a way in which I can name the first column to be consistent? I need to filter later on in the build and it keeps erroring as the column headers differ.
So the filter works within an ‘if’ where if a value is present then it gets filtered. I have had no issues with this until the column name changes with each portal page.
Alternatively, could I name the data table columns with the ‘build data table’ activity before scraping? I tried this before but it didn’t work as intended.