Hello people
I need help with the flow decision where I created Data Scraping, but sometimes it does not generate the table.
So every time the table is not created I would like it to false.
I don’t know how to code this
Hello people
I need help with the flow decision where I created Data Scraping, but sometimes it does not generate the table.
So every time the table is not created I would like it to false.
I don’t know how to code this
Welcome to our uipath community.
In Flow decision activity, check below condition.
ExtractDataTable.Rows.Count > 0
Then it will go to True side
Else it will go to False side
Check if the row count of the extracted data table is greater than zero,so that you can proceed further @Ophidian
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.