Functions
The Execute Function component allows you to manipulate data using JavaScript code.
Similar to other components, it is mandatory to provide a Component name (Figure 1 - 1).
You must also add JavaScript code to the code editor (Figure 1 - 2), with a limit of 3000 characters. If the code exceeds this limit, you can split the logic and use multiple Function components.
A button is available to add variables for use in the automation, allowing you to do so without leaving the Function component settings (Figure 1 - 2).
Figure 2 illustrates an example of Function component configuration.
The Function component has two default exits:
- Success (Figure 3 - 1): triggered when the function executes without errors or when a condition evaluates true.
- Error (Figure 3 - 2): triggered when the function encounters an error during execution or when a condition evaluates to false.
These two exits must be connected to other components.
Troubleshooting
If you have questions or technical issues, please open a ticket using this form.
Updated about 1 year ago