Hello Trailblazers,
I have a requirement where I have to send email to opportunity owner if there is no activity on opportunity for more than 30 days. By activity I mean activity logged or updated. How can I get this done by flow.
Thanks!
#flow답변 7개
You can create a record triggered Flow, then click on add scheduled path it will allow you to create a flow that triggers 30 days after an opportunity is created. Then in the flow you can verify if there's an activity, and send the mail based on that.