Remove Duplicate In Collection
Hi there, How to remove duplicate values from a collection. Let's say we have two column ( ID & NAME), if one id is having duplicate value then Bot should remove the complete row. Previously there are some discussion over community for this, but I di...