How to do data scraping using conditions

Hi,

My requirement is, in web page, I have Years of data and want to extract only the current month data. Can we use conditions for data scarping?

Web site has huge data so extracting entire data and then filtering is not best approach for my requirement.

I hope this is the only way we have to do that @Srinu755

Hi,

Not sure Uipath has any functionality at present that filters the data first before scraping it.

@loginerror is this possible?

Hi @Srinu755

Use extra datatable and set max no of results as 0 and based on for each row you can do the manipulations

Thanks
Ashwin.S