function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Karleen MendozaKarleen Mendoza 

Ability for Flow to wait until a record is updated before creating the new task

Hi All, I have a Process on Tasks that launches a Flow when a certain task is closed (let's call it Task 1).

Task 1 has a required field for an Amount that pushes to the Opportunity. The Flow pulls the Amount field on the Opportunity and inserts it into Task 2 that is created.

This works great when the Amount field is already populated on the Opportunity.. however, if the amount is not populated prior to the closing of Task 1, it does not insert the value into Task 2.

I understand that the sequence of events is what is causing the issue. Task 2 still thinks the Opportunity Amount field is blank. 

Any idea how I can have the flow wait until the Opportunity is updated with the Amount before creating Task 2??