How to get TaskID created in Action Center

Hi,
Can anyone please tell me how can I get the newly created Task ID from the studio?

After this activity a new task is generated in the ActionCenter with new ID . And I need that taskID from the studio so that I can send the taskId containaning link in the e-mail.

Thanks.

it can be retrieved from Action Output - duActionObject

@ppr

yes I logged the Action Outpt - duActionObject and getting this
image

from this how the taskid is taken

we would recommend to work always with the debugging panels when doing RnD / Prototypings

Understanding the 6 Debugging Panels of UiPath in the easiest way possible! - News / Tutorials - UiPath Community Forum

To be more specific, give a try at:
duActionObject.ActionData.Id
duActionObject.ActionData.TaskUrl

@ppr

I tried this , it’s giving below error

let us know your referenced DocumentUnderstanding related packages and its versions

here it is

image

try:
duActionObject.Id
duActionObject.TaskUrl

1 Like

Let us scope 1 topic = 1 case, so others can better find solutions for similar cases

So we do feel, that how to get the TaskID question is answered and topic can be closed:
Forum FAQ - How to mark a post as a solution - News / Tutorials - UiPath Community Forum

As preview to your second question:

enable: isBodyHTML, or similar (depending on your send mail activity)

Place in the body HTML and use for the link
<a href="+YourLinkVar +">Click here</a>

Or:

grafik

sure.
Thanks for the help.

one more way is directly using the varibale name like this:
image

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.