updateSubmission( )


Updates a submission.

Each time the submission is updated, revision increments by 1. The existing revision must be included when updating the submission. This ensures you're working with the latest submission information, and prevents unintended overwrites.

Authentication

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Permissions
Manage Submissions
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
_idstringRequired

Submission ID.


submissionUpdateSubmissionRequired

Submission to update.


optionsUpdateSubmissionOptions
Returns
Return Type:Promise<FormSubmission>
Was this helpful?
Yes
No