Author name: thefastturtle.sfdc

Schedule a Flow in Salesforce

Schedule-triggered flows are type of auto launched flow that runs in the background at a specified time and frequency to automate repetitive tasks/complex business processes.

SFDC TIPS #6

The best practice to get a list of record Ids from a SOQL query result is to assign the returned result to a Map instead of assigning to a List