Add Output
The Outputs section in the Actions tab allows users to define an output for each action, a variable selected from the action’s context.The generated API will return this output, serving as the action's result for external use.
Steps to Define an Output
Initiate the Output Definition
Navigate to the Action Page and select the Outputs tab.
Click on the New Output button to start the process.
Define the Output Variable
Upon clicking, a New Output drawer opens.
The drawer contains a single field: Variable.
Select one of the predefined variables from the action's context. This variable will act as the output for the action.
Submit the Output
After selecting the variable, click Submit to save the output.
The newly defined output will now be visible under the Outputs tab.
Last updated