NodesInput Nodes
Edit Page on GitHubObject Input
Object variable
objectvariableEasy0

Description
The Object Input node allows you to create and manipulate key-value pairs, which can be combined into complex data structures. This is essential for organizing related data and passing structured information between nodes.
Common Use Cases
- Creating structured data for API requests
- Organizing related information in a single container
- Building configuration objects for other nodes
- Storing multiple properties related to a single entity
Inputs
The input connections this node accepts:
NameDescriptionTypekeyThe key of the objectTextvalueThe value of the objectAnyOutputs
The output connections this node provides:
NameDescriptionTypeObjectThe object of the variableJSONFields
The configurable fields this node provides:
NameDescriptionTypekeyThe key of the objectValue:key...TextvalueThe value of the objectValue: value...TextLast updated on