- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 05:14 AM
Hi Team,
I have senario like, I am updating record via flow designer using update record action, where if duplicate record got updated then error will show in flow(duplicate record handled via BR)
Now the question here, How to handle error when it occurs at update record action in flow designer.
we used used LOG, Script, Try catch.. but unbale to handle.
please advise!
@Aneesh-D - Please help if you have idea
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2024 02:09 PM
The easiest way to fix this would be use "Update Multiple Records" action instead of update record action.
Another option would be: if you wanted to take different action depending on returned records, then you can first look up the records and then use a for each loop to update the individual records. Flow would look like below:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2024 02:09 PM
The easiest way to fix this would be use "Update Multiple Records" action instead of update record action.
Another option would be: if you wanted to take different action depending on returned records, then you can first look up the records and then use a for each loop to update the individual records. Flow would look like below:
