Task Form Link Variable
It would be great to have a default variable in the workflow the workflow that stores the link to a task form. Right now I grab these through the API connections but it would be much more intuitive and clean on the developer end if we didn't need to.
Thanks!

-
Tessa commented
I just realized this needs some clarification. My team reports task form links to SharePoint so that our users have access to them in an all-encompassing dashboard. The tasks in NWC do have a form URL variable associated with them. However, it is impossible to report them to our SharePoint list. We cannot use an "update item" action directly after the task because we need the link reported before the task is completed. We also cannot use a parallel path to report it because the form URL variables will not transfer information to the other path. We currently use API to get the form links in the background on a parallel path, but it would be ideal if the existing variable was able to transfer to a parallel path.