Skip to main content

Functions

Functions allow you to handle more complex processes and calculations using JavaScript. Within a Function you can access your Data Collections, Variables as well as arguments passed to it by preceding Triggers and Actions. You can then pass the result to succeeding Actions.

Unlike Client-Actions, Functions are executed as a Superflow Action, hence running on the backend rather than the client (user's browser). This distinction is important for your Flow's required context and your Triggers and Actions Combinations.

Functions