I have a excel where the header is name & Id i need to delte the the entire row if the particular name is avaiable and if the id is empty. Can you help on this
Example
Name Id
Xx 1
Yyy
Zzz
Ynm 2
Uuu
In this i need to delte only yyy & uuu row alone since i have certain set of name which shouldnt come as empty value . Kinldy provide some suggestion
I dont think it would delete all…can you check the input data if there is any…you can add a break point and check for data in locals panel when paused…and then do step into and check
And delete rows activity is deleting everything?
if this is the combination you are using then its wrong…you have to use filter from excel activities
if using datatable then no delete row activity to be used