I want to filter the following data using UiPath.
No.|Name|vehicle|
1|Jaka|Have|
2|Irul|Have|
3|Adel||
4|Luke|Have|
I want to delete the rows in the “vehicle” column that contain values and retain the data rows that in the “vehicle” column do not have values. but when the data is like below,
No.|Name|vehicle|
1|Jaka|Have|
2|Irul|Have|
3|Adel|Have|
4|Luke|Have|
Why is the header from the previous filter also deleted? How do I ensure that when I filter the header it doesn’t get deleted? Please help
Hello @wsinten
Try this
- read the excel and assign the data with the data table variable.
- use the Filter data table activity to filter the data
Use filter Option to Keep properties with Operation is Empty in vehicle Column
Thank you sir for helping me
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.