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( label=’Show Outputs’ description=’Getting multiple values’ ) global static List < FlowOutput > showOutputs( List < FlowInput > inputs ) … Continue reading Salesforce Scheduled Flow
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed