Short answer: You can get jotform submission in JotForm by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the JotForm Get JotForm Submission action to a workflow, map its 1 input from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Submission ID submissionId | string | Required | The unique submission ID returned by Jotform after a form is submitted (a 19-digit number). Find via List Submissions. This is NOT the form ID. |
{"submissionId": "e.g. 6490309715515612677"}
{"content": {"id": "sub123","status": "ACTIVE","answers": {"1": {"text": "Name","answer": "John Doe"}},"form_id": "form123","created_at": "2026-04-11 10:00:00"}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.