Hello,
how can I get the taskId of a task?
My purpose is to send an e-mail with a link to the task created.
Notifying user of task assigned in Action Center - Help / Orchestrator - UiPath Community Forum
Thanks!
Hello,
how can I get the taskId of a task?
My purpose is to send an e-mail with a link to the task created.
Notifying user of task assigned in Action Center - Help / Orchestrator - UiPath Community Forum
Thanks!
Hey!
Are you creating the task within your automation and if so, do you want to send this email immediately after creating this task?
You can save the Task Object from the task creation activity which has a few properties including ActionUrl
and Id
. Then in the email you can use the MyTask.ActionUrl
or [ACTION-CENTER-URL]/[MyTask.Id]
for linking to that specific task.
Best,
@kcroland Thanks that is what I was looking for.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.