Hi,
I am Using Document Understanding for extract data from pdf document. When extraction confidence level low, that time I am sending this document for manual validation in action center.
I want to assign this document automatically to user in action center for validation through DU.
How I can do this automatically assign to user in action center using DU?
Thanks in Advance!
postwick
(Paul Ostwick)
September 6, 2023, 6:06pm
2
1 Like
Thanks Paul,
I am using DU for extract the data from pdf document. I Wanted to automatically assign to user in action center for validation using DU.
Through Assign tasks we can assign to user in action.
But using DU, How I can assign document for validation to user in action center?
I tried using multiple assign activity used as create document validation in Action output variable like.
actionobjectoutput(variable).AssignedToUser.EmailAdress in expression and in value I have write user email.
But I am not assigning this document to that user in action center.
postwick
(Paul Ostwick)
September 6, 2023, 6:22pm
5
You use the Assign Tasks activity
postwick
(Paul Ostwick)
September 6, 2023, 6:24pm
6
Rahul_Gavhane:
multiple assign activity
This has nothing to do with Action Center, it’s just an activity to assign values to variables.
while using Assign tasks activity. In DU, what task Id I need to provide to assign document in action center.
How I can get task ID in DU?
postwick
(Paul Ostwick)
September 6, 2023, 6:33pm
8
That is a property of the output from the create task activity. Say I put a variable validationActionObj as the output of the Create Validation Task activity, I can then get its ID using valdiationActionObj.Id
Hi @Rahul_Gavhane ,
Maybe you could check the below post :
@Lim_YW ,
Assuming that you have created the variable userAssignment which is of type List(Of TaskUserAssignment), we should be able to add the Users with the Task/Validation Id created.
From the Video, they are using the Add to Collection activity which will add 1 user TaskAssignment to the List. Similarly you can do the same by using another Add to Collection and another user id for the same task.
We can also eliminate Add to Collection activity, if it is not available in your Studio and g…
Let us know if it doesn’t help.
Thanks @supermanPunch ,
I am not using any Tasks activity in workflow.
I am using document understanding in that I used ‘create document validation action activity’ through this I am sending this document for validation in action center.
I wanted automatically assign this document to user in action center for validation of extraction data.
How I can do this automatically assign to user?
Thanks!
Rahul_Gavhane:
I am using document understanding in that I used ‘create document validation action activity’ through this I am sending this document for validation in action center.
I wanted automatically assign this document to user in action center for validation of extraction data.
@Rahul_Gavhane ,
I believe the same Method works for the Create Document Validation Action
activity as well.
postwick
(Paul Ostwick)
September 6, 2023, 7:09pm
12
Rahul_Gavhane:
I am not using any Tasks activity in workflow.
I am using document understanding in that I used ‘create document validation action activity’ through this I am sending this document for validation in action center.
I wanted automatically assign this document to user in action center for validation of extraction data.
How I can do this automatically assign to user?
I keep telling you that you use the Assign Tasks activity.
system
(system)
Closed
September 15, 2023, 12:08am
13
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.