Action Logic
Actions represent a transformation layer that connects UI with integrations. Although actions can be used to implement simple back-end logic, the main purpose is to agregate and modify data.
To do that, you can use the Output
node and write a simple expression, or you can use the Transform
node where you can write JavaScript code.
Please see the following subpages for more information.
Last updated