Docs
NodesProcessing Nodes
Edit Page on GitHub

Objects To Map

Convert object to map

objectmapMedium0

Objects To JSON

0
Flow
map
Flow
Not connectedFlow
objects
0 connections
Array input — accepts multiple connections

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