JS Runner¶
The JS Runner block gives you the power to run custom JavaScript code within your workflow. This is useful for complex logic or calculations that aren't covered by standard blocks.
Inputs¶
- Value: The JavaScript code to execute.
Logic¶
- The block wraps your code in a function.
- It executes the code safely within the application's environment.
- The result of your code (what you return) becomes the output of this block.