socketOutputs
configuration. Each output socket represents a variable value that will be retrieved.
hiddenProperties
(array, default: ["hiddenProperties", "variableId", "socketOutputs", "label"]
): Specifies properties that should be hidden in the node’s UI.variableId
(string, default: ""
): The unique identifier of the variable to retrieve. This is typically set automatically when you create a new variable using the Set Variable node.variableNames
(array, default: []
): An array of variable names that you want to retrieve values for. Each name in this array will generate a corresponding output socket.socketOutputs
(array, default: []
): Specifies the output sockets for the node. Each item in the array represents an output socket and should have a name
property matching a variable name from variableNames
.apiResponse
.apiResponse
variable.variableNames
property to ["apiResponse"]
. This will generate an output socket for the apiResponse
variable.apiResponse
value.apiResponse
variable, making it available to downstream nodes through its output socket.
variableNames
array in the Get Variable node’s configuration matches the names of the variables you want to retrieve.variableNames
array to generate corresponding output sockets.variableNames
array matches the name used in the Set Variable node.