SET LAYOUT SAVED IN THE TEMPLATE

Updates the layout definition stored in an existing response template. Use this worker when you need to programmatically overwrite the saved layout of a response template within a workflow.

When to use

Tagged: layout, responsetemplate, set_layout, template.

Inputs

Label ID Type Default Required Description
Responsetemplate template_id remote_lookup The unique identifier of the target response template, resolved via remote lookup against /api/user/responsetemplates; select the template whose layout you want to overwrite.
New Layout layout textarea The new layout definition to save into the template, provided as a text/JSON string (e.g. a serialized grid or panel arrangement); required and has no default.

Outputs

Label ID Type Description
Template Id template_id responsetemplate The identifier of the response template that was updated, returned as a responsetemplate typed reference for downstream workers.
Template Layout template_layout text The new layout value that was saved to the template, returned as plain text for confirmation or further processing.

Disciplines

  • platform.reporter

Auto-generated from platform schema. Worker id: template_set_layout. Schema hash: 551a9cf81cdd. Hand-curated docs in workerexamples/ override this page when present.