Tasks
Template Update
Update the flow or layout of a template using a task
Basic usage
Add a lastname text field to the submit_user_info action using a task
Parameters
required string
templateuuid the templateuuid to update
"draft" "live"
branch the branch to update
Default: draft
string
context the context to update
Default: default
"flow" "layout"
part the part to update
Default: flow
string
path the path inside branch.context.part the apply the changes to
"merge" "set"
operation merge
will merge thechanges
into the existing data atpath
set
will replace the existing data atpath
withchanges
Default: merge
required Object
changes the changes to be applied.
An object with the structure of the data to be applied at path
Result
Examples
Update template.data to include the org's name
Result