Newer Version Available
Create Flow Local Actions Using Aura Components
To execute client-side logic in your flow, build or modify custom Aura components to use
as local actions in flows. For example, get data from third-party systems without going through
the Salesforce server, or open a URL in another browser tab. Once you configure the Aura
component’s markup, client-side controller, and design resource, it’s available in Flow Builder as
a Core Action element.
Example
Here’s a sample “c:helloWorld” component and its client-side controller, which triggers a JavaScript alert that says Hello, World. In Flow Builder, local actions are available from the Core Action element.