EdgazeDocsEdgaze Docs
DocumentationAPI Reference
Home
Core
Workflow InputWorkflow FormWorkflow OutputMergeMerge ObjectsTemplateMap
AI
LLM ChatLLM ImageLLM Embeddings
Logic & integration
HTTP RequestYouTube TranscriptJSON ParseConditionDelayLoopRun Another Workflow (Remix)
Block reference

Map

Apply a text template to every item in an array.

Audience: Creators building and publishing workflows.

Overview#

Map processes an array in order and returns one rendered string per item. It is deterministic and does not call AI.

Ports#

  • Input: `array` (array): Items to transform.
  • Output: `out` (array): Ordered rendered values.

Inspector#

Use `{{item}}`, `{{index}}`, and `{{length}}`. Object item fields are also available by name.

More blocks

Workflow Input

Ask the customer one clear question and turn their answer into data your workflow can use.

Workflow Form

Collect several run-modal fields in one grouped form, each with a stable key for downstream steps.

Workflow Output

Define what the customer receives when the workflow finishes.

On this page
OverviewPortsInspector
© 2026 Edge Platforms, Inc. All rights reserved.