Code
Run custom JavaScript inside a workflow.
Input Parameters
- Code: This is where you place your JavaScript
Expected Output
The result of the logic in the format specified by your code
Example Use Case
In this recipe generation workflow, after generating the recipe and an image of what the finished product would look like, the output of various components of the workflow are condensed into a single variable, output that contains all the necessary information about that recipe which can then be used in the application.