Search for answers or browse about Sintel Forms.
Sintel Forms Save Process
We get lots of questions about the Sintel Forms save process from customers who are using third party products or other workflow engines such as Power Automate.
The Sintel Forms save process is as follows:
- Concurrency check (only used when dealing with existing forms, aka list items, not new ones)
- Create main list item (for the form)
- Create linked list items (for linked lists)
- Execute after save script if one is defined within the settings
- Save workflow status which involves:
- Setting the form status text value and GUID value within the main list into the “SintelFormsStatus” & “SintelFormsStatusId” columns
- Creating items in the workflow history list representing the actions taken and status changes. The workflow history list will be titled “SintelFormsWorkflow_LISTGUID” where “LISTGUID” is the GUID of the main SharePoint list which can be seen in the URL when you open the settings of the main list.
- Queuing email notifications
- Upload attachments (main list & linked list)
Many customers use other workflow engines such as SharePoint Designer and Microsoft Power Automate with Sintel Forms. If you have some other process or workflow running, we recommend that you take one of the following 2 approaches to ensure other process or workflows don’t interrupt the save process of Sintel Forms.
Approach 1 – Use a Delay
If your SharePoint Designer workflows or flows are triggered on item creation or item change then adding a delay at the start will ensure they don’t interrupt the save process of Sintel Forms.
Approach 2 – Use a Condition
Sintel Forms saves data whenever a user saves a new form or completes an action and as part of this process it sets a text value in the SintelFormStatus column and a GUID in the SintelFormsStatusId column. If your SharePoint Designer workflows or flows are triggered on item change then adding a condition at the start such that list items are not updated before verifying that the SintelFormStatus or SintelFormsStatusId columns contain a specific value will avoid impacting the Sintel Forms save process.