Can anybody tell me how to filter data based on percentage value
e.g. If datatable all records greater than 95% etc for perticular Buy or Sell column
Hello @Mahesh_Shahane,
Welcome to Uipath connect
You can use filter datatable activity and apply conditions like this
Documentation
https://docs.uipath.com/activities/docs/filter-data-table
2 Likes
Hi raj.parsana,
My requirement is my data table is generated at run time so unable to apply filter
you can do this in runtime
2 Likes
This filter datatable activity sometime works fine sometimes don’t. Is it handled properly in the current release?