Hi all,
I have a quick query - I want to update the ApprovalURL item property so that it includes an &Source=mysite.com after the OOTB URL, so the page will redirect the user to mysite.com after they approve the task.
So as is the auto-generated URL is:
https://site.com/site/SiteName/Site/WorkflowTasks/EditForm.aspx?ID=2959
and what I want is
https://site.com/site/SiteName/Site/WorkflowTasks/EditForm.aspx?ID=2959&Source=https://mysite.com
Does anybody know is this possible?