Salesforce Fact #921 | Figuring out duplicate account names in screen flow
Suppose we need to find out the duplicate account names in the screen flow. We can get that using collection filter, transform elements.
In this example, we have taken two account type collection: DefaultAccCollection(which stores all the account records) and DuplicateAccCollection(which stores the account whose names are duplicate). And at the end, we can use a transform element to extract the names from collection.
Attached are the screenshots.
Comments
Post a Comment