I am working on a flow that extracts data from a webpage into a table. When running the flow it errors out when trying to add the data to excel. I switched it to store as a variable and it wrote zero rows. When testing on the webpage it shows a preview of all the data I need in rows. I've attached a screenshot of the error.
Solved! Go to Solution.
After doing some more testing turns out the CSS element for paging wasn't working correctly.
After doing some more testing turns out the CSS element for paging wasn't working correctly.
How did you solve the problem?
My issue was from the CSS paging element so I turned it off and then tried adding it again.