Hello Everyone,
I have created a flow that should create a follow-up task on Opportunity after 2 and 5 days. The date field on which it should check is present on the Opportunity object.
The flow looks all fine but the edit works only when I manually "EDIT THE RECORD AND SAVE". How can I make the flow run every day without manual updating?
I have used record-triggered flow.
#flow1 个回答
Record-triggered flow only runs on create/edit of the record. You would want a scheduled flow if you want it to run each day at a certain time.