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( label=’Show Outputs’ description=’Getting multiple values’ )    global static List < FlowOutput > showOutputs( List < FlowInput > inputs ) … Continue reading Salesforce Scheduled Flow