How to Execute Apex from a Flow Action in Salesforce [TUTORIAL]

In this Salesforce Tutorial video we discuss how to invoke and execute your Apex Actions from a Flow (built in the Lightning Flow Builder) using a Custom Action. This design pattern will help you solve for requirements that call for enabling a user to click a button on their UI to trigger logic in the back-end. Timestamps: 1:28 - Step 1: Create your Flow 3:11 - Step 2: Make APEX invocable 4:25 - Step 3: Add Action to execute logic (from Flow) 5:15 - Step 4: Create Custom Action 6:07 - Step 5: Make available to users 6:28 - Step 6: Test your process