top of page
To see this working, head to your live site.
How to find duplicates in a list without using unique list transformation?
How to find duplicates in a list without using unique list transformation?
1 answer0 replies
1 Comment
Commenting on this post isn't available anymore. Contact the site owner for more info.
bottom of page
Loop through the given list
Create a new list
Compare new list and looped list
If value from looped list is not in new list
Then do a setvalue of the looped list to new list