I am assigning a task to a user with "Assign a task" action. I have a requirement to show this Task URL in a dashboard in SharePoint. How do I obtain the Task URL?
I tried to log the following two context variables:
Which returns the following output:
tf_735e45fb8d9c4007a1648e44976a7722_form_url
tf_735e45fb8d9c4007a1648e44976a7722_task_name_link
The actual URLs that the user receives in the email is something like:
https://protect-us.mimecast.com/s/aQCYC2kg95ikrRD43undJpV?domain=abc.workflowcloud.com
https://protect-us.mimecast.com/s/lzNbC68m05HokMAgDipDcRf?domain=abc.workflowcloud.com
How can I obtain this URL in the workflow?
Thanks in advance.