Salesforce Scheduled Flow
Setup - https://www.infallibletechie.com/2019/11/how-to-schedule-flow-in-salesforce.html 1. It runs as Automated Process User. So, use Automated Process User in Debug Logs. 2. When calling Apex Class, it is bulkified.Sample Code:global class FlowSchedule { @InvocableMethod( ....