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
Anil_G
(Anil Gorthi)
March 8, 2023, 5:56pm
2
@yogendra.kulkarni
You can try with this activity
Cheers
Hello Anil,
Thanks for your response.
I tried to use it as below
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
Anil_G
(Anil Gorthi)
March 9, 2023, 2:06pm
4
@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
Anil_G
(Anil Gorthi)
March 9, 2023, 2:42pm
6
@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
Anil_G
(Anil Gorthi)
March 9, 2023, 5:02pm
10
@yogendra.kulkarni
Can you please close by marking solution if its resolved.Else happy to help
cheers
system
(system)
Closed
March 15, 2023, 9:05am
11
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.