Skip to main content
tally.updateFormBlocks replaces every block in a Tally form and optionally updates its settings.

Example

automations/tally-update-form-blocks.automation.ts

Inputs

formId and the complete ordered blocks array are required. Optionally pass form settings. Existing blocks omitted from the array are removed. Pass account to select a named Tally connection.

Output

Returns the updated form, including its ID, name, workspace, status, and timestamps. This is a complete replacement, not an append operation.