Get Completed Action details in a variable

Hello All,

I am working on document understanding process and I am blocked on getting information about completed actions in a variable in the studio.

For example:

In the screenshot, I want to get the information for action completed by (Name of the user in blue) in a variable and use it in my code in the studio.
Is it possible to get this information with some activities?

Thanks,
Yogendra

@yogendra.kulkarni

You can try with this activity

Cheers

Hello Anil,

Thanks for your response.
I tried to use it as below
image

I have an error that says: Get Task Data: Action does not exist. Error code: 1002
The action is present in the action center as in the image below
image

@yogendra.kulkarni

Can you confirm if the studio is connected to the same folder as the task is present in…

You can check that from
The right bottom Of the studio…it would display the folder studio is connected to

Cheers

Yes its the same folder as the task is present in

@yogendra.kulkarni

Can you try providing the Orchestrator folder path as well.

Ideally it should not fail if its the same folder where the task is present

Also Alternately can you try using get form tasks activity

cheers

Hi
If you want the information from completed actions
use Get Task Data activity ----o/p will be of type TaskData
Deserialize the TaskData
Display the data using LogMessage.

Please look below xaml to get more insight .
Display_Img.xaml (11.6 KB)

Thankyou

Thanks Guys,

Get task data worked.
@Anil_G was right it was folder issue as the actions were linked to production and I was trying to get them in preproduction.

In same folder it works!

Cheers

1 Like

@yogendra.kulkarni

Can you please close by marking solution if its resolved.Else happy to help

cheers

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