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
Dalel GargouriDalel Gargouri 

A flow that updates opportunity stage to closed won when check out date = today date

Hello! 
I have created this flow
User-added imageI want the trigger flow to execute when the check_out__c field is equal to current date. the flow I provided only works once (only when the stage is changed to Proposal/ price quote then checks the date. if the date doesnt match, it wont trigger). I want the flow to wait until check_out_c is current date in order to change the stage.
any help ? 
thank you
prakash SFprakash SF
Hi Dalel Gargouri,

You can achieve this by adding a schedule path option in Flows. 
Create a Schedule path and mention check_out_c field in Time Source.

Exp:

User-added image