I am working on the assignment of uipath academy training and don’t know how to deal with a datatable issue.
Question
How to filter a datatable with empty row?
My Situation
My task is to invoke a workflow to extract some data from a web using “data scraping” in form of a datatable and then output the datatable out from the workflow. After that, I gotta filter the datatable with the .select() function.
Exception happens in the “assign” activity, which is for filtering the datatable into datarow.
After checking, I find that only when I adjust the MaxNumberOfResults> number of data being processed or = 0, the issue happen. So, I think the issue happens when I filter a datatable with empty row. How should I solve it?