Hi @prititit,
Check this below link
Or
Try below steps, hope this helps you.
- Read excel into datatable [ReadRange Activity]
- Filter data table using below conditions [Filter Datatable Activity]
a. Select “Remove”
b. Doc Title = “F.R”
c. Doc Title contains “F.R”
d. Doc Title “Starts with “F.R” - Save the filtered data table into Excel.
After filtering we need to add back to data table using add data row activity.
Please try this, if this does works, mark as solution.
Thanks,
Neelima.