Extracting Data table from web

Hey guys I want to make a flow that gets a data table through data scraping from the web every hour.

This data table is a list of requests from the clients, so it will be changed all the time.

My problem is the program crashes when there is 0 requests, since there is nothing to extract from the designated data table location.

How can I fix this?

Hello @seongchan_cho ,

you can try to use Element Exist or something like this.

Than an If activity, if exist do data scrape, if not just do something else.

It’s an idea…

Vasile.

That’s a good idea I will try that, and tell you how it works out