We have a Forms process that goes through a variety of approvals steps and can take a considerable amount of time to complete. The customer is wanting the initiator (licensed user) to be able to quickly see the status of their instance in real time. As the process has so many approvals steps and paths it can take, we are not wanting to send the initiator an email after each step just to keep them up to date. And while we know that the initiator can log into their Forms Inbox, go to Completed Tasks, and then find instance in question, this takes a bit of work and can be cumbersome/confusing for those who do not use Forms regularly.
Our goal is to have an email that the initiator receives immediately after submittal that has a link directly to the instance, no matter what task step it is currently assigned to. The initiator could then just refer back to this email at anytime to see where their request currently is sitting in the approval process. While the combination of variables and text below gets close, it shows an error because the specific task ID is not included.
- {/dataset/_forms_server_url}/Forms/form/submission/history/{/dataset/_instance_id}?hideHeader=true
- e.g. https://www.laserfiche.com/Forms/form/submission/history/123456?hideHeader=true
- What it wants (task ID in bold):
- e.g. https://www.laserfiche.com/Forms/form/submission/history/123456/567890?hideHeader=true
Has anyone found a way to email someone a link to a specific Forms instance that goes to the current/latest task, without also having to know that current/latest task ID? I am also hoping that Laserfiche will make this a variable we can just call in the future without having to custom build something out.