Flow Blog Series 04:
Schedule-Triggered Flow
In the first blog, we showed you why Flow is the way to go! There are 5 flow implementation types you can choose from, but no stress! In this blog series you will find out which one you can use best in what scenario. Let’s go with the Schedule-Triggered Flow!

Skip Apex Schedule Jobs
With schedule-triggered Flows, you can potentially avoid using Apex Schedule Jobs using Batch Apex. Now you have the option of meeting repetitive business requirements without using the development capabilities of the platform. For example, sending birthday greetings every morning to customers who have their birthdays on that day, or closing Cases every night that are in a specific status after a certain number of days has passed.
Let’s make it visual!
We will be showing how to close Cases that are in ‘Waiting on Customer’ status for more than 7 days.
Step 2:
Now it’s time to learn how to Save & Activate the Flow.