Run Data Flow
Last updated
Was this helpful?
Last updated
Was this helpful?
The Run Data Flow Action is a very important action since it triggers any on an Event like a Button press or Timer. Data Flows can perform many operations, including making an HTTP request to an external API.
If the selected Data Flow has Inputs, they will be listed in this property. For each Input to the Data Flow, an Airscript Expression may be provided. The Airscript Expression can be a function whose return type matches the Input's type.
When the selected Data Flow completes, the end result will be stored in the variable in Output Binding.
In this example, after the Data Flow action completes, if the Get Pets by Location Data Flow returns the string "Success!", the variable activityGroup.pets
will now contain "Success!".
To take data that has been entered into a form and run a Data Flow to save it to
To run a command against an external API such as
To send an email to a customer at a specified time using a
To the content of a user input form
The Data Flow to be executed when this Action runs. Data Flows can be created and managed from .