01-09-2023 07:00 AM
I am wanting to obtain the link that is generated when a user saves progress on a form.
Is there anyway to do this using an integration?
Solved! Go to Solution.
01-20-2023 03:12 AM
@uwaisrehman not sure if you have managed to sort this, but you should be able use the {SaveURL} token, this should work if you need to be able to store this in a database or send it in a separate email etc.
01-10-2023 05:44 AM
Welcome to govCommunity and thanks for your question! I recommend also posting this in our UK & Ireland Customers Group, where there are a lot of govService power users. You can also find more information related to this topic in our Knowledge Base.
@ian_mason, any insights on this?
01-20-2023 03:12 AM
@uwaisrehman not sure if you have managed to sort this, but you should be able use the {SaveURL} token, this should work if you need to be able to store this in a database or send it in a separate email etc.
05-10-2023 02:58 AM
My apologies, I should have specified I didn't want a link to continue progress and complete the form. What I wanted was a link to a read only view of the form. On submission, I obtain this using a combination of tokens ({dashTaskURL} + {taskRef} + {CompletedTaskURL}). Is there any way to replicate this prior to submission on save?