ActionFormstackUpdated June 2026

What Formstack forms exist?

Short answer: You can list formstack forms in Formstack by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Formstack List Formstack Forms action to a workflow, map its 0 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.

List Formstack Forms in Formstack — start free
Sample request
{}
Returns
{
"forms": [
{
"id": "12345",
"url": "https://www.formstack.com/forms/12345",
"name": "Contact Form",
"submissions": 150
}
]
}

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for List Formstack Forms.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about List Formstack Forms.

What does the List Formstack Forms action do in Formstack?
Returns every form on the connected Formstack account with name, status, field schema. Useful for resolving form IDs at workflow setup.
What inputs does List Formstack Forms require?
List Formstack Forms has no required inputs. Sensible defaults are applied if you leave fields blank.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Formstack returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does List Formstack Forms support batch operations?
Yes. Run List Formstack Forms inside a Loop node to process arrays. TinyCommand handles Formstack's rate limits automatically so you don't have to throttle manually.
More actions

Other Formstack actions.

Action
List Formstack Submissions
Paginated submissions for a specific form with date-range filter. Useful for backfill workflows that catch submissions missed during webhook downtime.
List Formstack Forms in Formstack — start free