Output into data table

No record
Hey, all If there were no records to be found I wanted the output to be saved in a blank data table otherwise scrape the results into a data table. What activities can I use?
Regards
Anived

Hi @Anived_Mishra

You can use “Element Exist” Activity and check for the Data or else the “No Record Found” text, the output of the Element Exist is a Boolean, you can have a IF statement and use it accordingly.

Element Exists (uipath.com)

Thanks.

use check app state to see if the text exists, if it does use build datatable to create a blank table, otherwise scrape the table

1 Like

Thank You.

1 Like

Thank You.
Regards
Anived

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.