Jotform
Paste an API keyRead the latest submissions as flow data.
What you can do
- Fetch Jotform submissions — the latest submission's answers land in {{sX.latest.*}}
Get your Jotform credentials
- 1In Jotform click your avatar → Settings → API.
- 2Create a new key (Read access is enough) and copy it.
Add the connection in ASHDOCS
- 1Open the Connections page in the flows console.
- 2Click “Connect with a key” and pick Jotform.
- 3Paste: API key. ASHDOCS validates the credentials against Jotform before saving — a bad key is rejected with a plain-English reason, never stored.
Use it in a flow
In the flow builder, add the Jotform step, pick your connection, and fill the fields — values from earlier steps drop in as {{s1.field}} placeholders. Then hit Test this step in the step's panel to run it on its own before switching the flow on.
Troubleshooting
401 on fetch
EU-hosted accounts sometimes need an EU key — create the key while logged into the account that owns the form.
Which form ID?
The long number in your form's URL.
FAQ
Can a submission START a flow?
Yes — Jotform Settings → Integrations → Webhooks pointing at your flow's webhook URL beats polling.
What lands in latest?
Each answered field, keyed by its name, pretty-formatted where Jotform provides it.