I have tried to verify the search result using Data extract table. Conditions given to validate is working fine in Desktop UI Path, but the same condition is not working in Cloud UI Path.
Example:
I have filtered the data table using below:
Column : “Agency”.ToString.ToLower.Trim
Operation : Contains
Value : AgencySearchKeyword.ToLower.Trim
And verifying in If condition using “AgencySearchListTable.Rows.Count > 0”
Both Filter Data Table and condition given in If statement is not working in Cloud UiPath