I am creating a task assigning it to our IT group so that anyone in that group can complete the task. I have to send the notification to our Helpdesk application via Email.
I created a parallel action. One branch creates the task, the other branch waits for a minute and then sends the notification to the Helpdesk.
In the notification, I would like to reference the task created. How do I get the value of the task created? The “Store Task Id” in variable isn’t populated until the task has been completed. How else can we get the value of the task ID?