Understanding Outputs
In Peaka, outputs are automatically generated variables that capture data returned by a node within your workflow. These variables store the results of node execution, allowing you to access and manipulate the data for further actions or processing.
Creating Custom Output Variables
Besides automatically generated output variables, you can also create custom output variables to store specific data or results from your workflow. This feature provides flexibility and control over the data you want to capture.
Utilizing Output Variables
To use output variables in your workflow, simply refer to them by their assigned names. You can access the data they contain and incorporate it into subsequent nodes or actions, as illustrated in the image below.