Docs
NodesProcessing Nodes
Edit Page on GitHub

Objects To Map

Convert object to map

objectmapMedium0
Objects To Map Node Screenshot

Description

The Objects To Map node takes an array of objects and converts them into a single map (dictionary) structure. This is useful for consolidating multiple key-value pairs into a unified data structure that can be easily processed or sent to external services.

Common Use Cases

  • Consolidating multiple Object Variable outputs into a single structure
  • Preparing data for API requests that require a specific format
  • Transforming data between different structural representations
  • Creating configuration objects from multiple sources

Inputs

The input connections this node accepts:

NameDescriptionTypeFlowThe flow of the workflowFlowobjectsObjects to convertJSON[]

Outputs

The output connections this node provides:

NameDescriptionTypemapThe map of the objectsJSON

Fields

The configurable fields this node provides:

NameDescriptionTypeobjectsObjects to convertValue: []JSON[]

Last updated on