Skip to main content

08.2 NodulOutput

Node Description

NodulOutput - an action type node necessary for creating a Nodul type scenario. This node is required to generate a response for a Nodul type scenario in response to an incoming request.

Node Configuration

To configure the NodulOutput node, it is necessary to fill in the optional fields.

Output Type

Field for configuring the type of response to the request in a Nodul type scenario. The response can be either a successful execution (Ok) or an error (Error). There is a toggle switch above the field called Selection/Substitution. Depending on the chosen value in the Output Type field, you can:

  • Select a value from the dropdown list: Ok, Error;
tip

Any value other than Ok will be interpreted as an error, similar to the Error value.

  • Substitute any values, including values or parameters from other nodes. Operators can also be used.

Result

This field represents the response generated by the NodulOutput node upon receiving the selected response from the previous node specified in the Output Type field.

tip

In the Result field, you can input text, variables from other nodes, or parameters from responses received from other nodes.