How can I to remove a duplicate in a table excel ?
Exemple: I have a excel table with some names, but this name repeat in some lines. I want that the robot read only once, and ignore the next time that find this name.
How can I to remove a duplicate in a table excel ?
Exemple: I have a excel table with some names, but this name repeat in some lines. I want that the robot read only once, and ignore the next time that find this name.
Hey, you can use a Read Range Activity
to get all the excel content and use a RemoveDuplicateRows Activity
to remove duplicates. After what you can loop through the data.
Thank you!!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.