Hi, I am trying to create a flow that will loop through our list and flag the entries as possible duplicates based on 3 columns. I have tried this post with no luck.
Any additional in site would be welcomed.
Thanks!
Hi, I am trying to create a flow that will loop through our list and flag the entries as possible duplicates based on 3 columns. I have tried this post with no luck.
Any additional in site would be welcomed.
Thanks!
You could also try this template that helps find & remove duplicates based on multiple column inputs:
Hi!
In this thread @Anonymous describes a simple, nice approach to identify and delete duplicates in a sharepoint list by analyzing the content of a single column and storing it inside an aux array. I am just wondering if you can adapt this approach to your requirements by storing inside the aux array a value obtained by concatenating your three column value, so it probably depends on the type of columns you need to analyze
Hope this helps