Skip to main content
tally.createForm creates a Tally form from typed blocks or a template.

Example

automations/tally-create-form.automation.ts

Inputs

status and the ordered blocks array are required. Optionally pass workspaceId, folderId, templateId, and form settings. Block objects use Tally’s discriminated block types. Pass account to select a named Tally connection.

Output

Returns the created form. Creating a form is not replay-safe, so the action is not retried after an uncertain provider response.