Data not extracted when I am running for the second time

For the first time when i am running a flow data is being scraped into a data table. When I am running the same thing for the second time data is not being extracted.

Hi @bro3,

Probably there is a property in your root element selector that varies on each time it’s loaded.

Please try to find out which property is varying and try to use wildcards (*) in your selector to avoid this behavior.