flow designer logic to avoid duplicated record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago - last edited an hour ago
hi ,
flow designer how to avoid dulipcate record , in below record enagement having same function and activity needs avoid ,
Engagement Name Activity Function
| Vendor Risk Review | Risk Assessment | Finance |
| Third-Party Audit | Vendor Review | Operations |
| Compliance Check | Risk Assessment | Finance |
| Audit Review | Vendor Review | Operations |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
i want avoid the duplicate record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
58m ago
And when it will trigger ?
means If the flow is triggered when the record is created or updated then you can check by Look Up Record action > If the record found with same function > then avoid creating OR If not then create record..
If my response helped mark as helpful and accept the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hii @armanoj
To avoid duplicate records, use a Look Up Record action before creating one.
Set the conditions to match all three fields: Engagement Name, Activity and function. Follow this with an If flow logic block: if the lookup record is empty, use the Create Record action. This ensures records are only created if they don't already exist.
If my response helped, please mark it as the accepted solution so others can benefit as well.