Why can't I see invocable actions?
Salesforce provides a powerful automation framework through Invocable Actions, which allows admins and developers to create reusable Apex methods that can be called from processes, flows, and external applications. However, Salesforce does not support custom Invocable Actions for Professional Edition and below. This article explains why this limitation exists, the available alternatives, and potential workarounds.
Why Custom Invocable Actions Are Not Supported
Salesforce editions differ in their feature availability, and Professional Edition and lower do not support Apex code execution, which includes custom Invocable Actions. These editions are designed for businesses that require standard automation features without the need for extensive custom development.
Editions Affected
-
Professional Edition
-
Essentials Edition
-
Group Edition
Since these editions lack Apex capabilities, developers cannot create or deploy custom Invocable Actions within them.