Run flow designer only while updating the record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2023 03:48 AM
Hi All,
I have two flows for one custom table.
1 flow to trigger approvals while inserting the record
2 flow to triggerapproval while updating the record
but the issue now is when the record is getting created both the flows are running and triggering approvals two times.
If the record is created Create flow should trigger approvals and when the existing record has any updates then only the Update fIow should trigger approvals.
Can anyone suggest please
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2023 04:31 AM
Hi you can specify extra condition for flow to trigger approval while updating the record
If my answer solved your issue, please mark my answer as ✅Correct & 👍Helpful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2023 07:32 AM
Hi Priya,
Thanks for your reply, So in Update flow I need to add condition. What needs to be added, can you please explain me. I'm new to Flow Designer.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2023 04:48 AM
Hi,
It sounds like you could use the trigger created or updated, instead of creating 2 separate Flows?
Would that be possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2023 07:38 AM
Hi OlaN,
Thanks for your reply, Along with Create and Update Flows I have created Create and Update Actions with SQL statements.
Is there any other way, Can you please suggest
Thank you