Docs
NodesInput Nodes
Edit Page on GitHub

Object Input

Object variable

objectvariableEasy0
Object Input Node Screenshot

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 objectAny

Outputs

The output connections this node provides:

NameDescriptionTypeObjectThe object of the variableJSON

Fields

The configurable fields this node provides:

NameDescriptionTypekeyThe key of the objectValue: key...TextvalueThe value of the objectValue: value...Text

Last updated on