Template

Select a template to access its fields and workflow. Provides template context for downstream field pickers.

Selects a template and exposes its fields and workflow for downstream nodes.

Inputs

This node has no inputs.

Outputs

  • TemplateTemplate. Represents the selected template object resolved from the configured template id.
  • FieldsList<Field>. Represents the template’s field list, if the gateway returns one.
  • WorkflowWorkflow. Represents the workflow attached to the selected template.

Configuration

  • TemplateTemplate picker. Chooses which template the node resolves and outputs.

Example use cases

Anchor field pickers

Select a template so Get Template Field nodes can pick its fields by name.

See also