Hi, I have an ‘add new record’ form connected to a workflow that updates the record just submitted. After form submit the user is redirected to a page with and edit form of that same record.
However, it seems like the workflow is not always complete before the redirect takes place, because sometimes the edit form is not showing correctly on first load. After a manual refresh it does always show correctly. Is there a way to delay the redirect until the workflow is completed, or just delay the redirect by a fixed amount of time? The workflow is currently set to “Synchronously”. Any advice is welcome.