Run a Low-code function
Run custom functions created in the Developer Area
With the action “Run a Low-code function”, you can Run custom functions created in the Developer Area automatically when the chosen trigger is activated.
Trigger -> Action
The most important thing about a trick is understanding its conditions and actions. They have a simple generic structure:
When the condition (trigger) happens, then do (action).
Trigger -> Action
How to create
You just have to click on the "+ Automations" icon on the upper right corner of the screen to open the No code automations panel, and then on the "+ Create new automation" button:
Select the trigger of your choice to activate the action, then select the "Run a function" action, and fill in the options:
- Choose a function:
- Choose the custom Development Function that will be activated when the trick runs (the record will be used as $data)
Click on save
Updated almost 2 years ago