Dictionary
Uncontrolled node
Overview
This node provides an interface to create a dictionary data structure in a key value format which can be used as input to other nodes. The key name is text and must be unique. The value can be of text, boolean, dictionary or list types, see Data types for further information. The data structure allows for nested lists and dictionaries. Each value in a dictionary can be iterated on using the For Each node.
A common use for the Dictionary node is as the input schema
for AI Write Data.
This defines the output structure for the output of your operation.
Outputs
Output | Type | Description |
---|---|---|
Output | Dictionary | A dictionary structure containing key value pairs of text, boolean, dictionary and/or lists |