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

Template

Turn connected data into text with readable field placeholders.

Audience: Creators building and publishing workflows.

Overview#

Template formats an object or input value into text without calling a model. Write placeholders such as `{{name}}`; missing values become empty text.

Ports#

  • Input: `in` (object): Data used by placeholders.
  • Output: `out` (string): Rendered text.

Inspector#

Enter the template text. Connected scalar values are available as `{{input}}` and `{{value}}`.

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.