The CreatorCon Call for Content is officially open! Get started here.

Run flow designer only while updating the record

Dileep2
Tera Contributor

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

6 REPLIES 6

priyasunku
Kilo Sage

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

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.

 

OlaN
Giga Sage
Giga Sage

Hi,

It sounds like you could use the trigger created or updated, instead of creating 2 separate Flows?

Would that be possible?

flow-create-or-update-trigger.png

Dileep2
Tera Contributor

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