to check filtered column have row values in macros
i filter column “ABC” which i want to filter only 2 values
how to check it after filtered column have row values
You cant check for macros inside the cells.
You need to read range and export it as a datatable. Then use filter datatable activity and check the rows count of that filtered output.
Also this topic is for non english as far as I’m aware.
Try here:
https://forum.uipath.com/c/build/2929
1 Like
Can u explain better? If the column have ABC u want to get 2 values from that, or certain values?