Flow Utility - DedupeStringCollection
Have you ever needed to deduplicate a String Collection in a Flow? You could use Loops, Decisions and Assignments to do this but it's not efficient and will fail if your Collection is too large. Instead, just pass this Flow Utility the String Collection you need to dedupe and it'll return a deduped version.
Check out FlowUtilities on Github
Check out FlowUtilities on Github
Comments
Post a Comment