How to Automatically Assign to user for validation to user to extract data from DU in Action center

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!

https://docs.uipath.com/action-center/automation-cloud/latest/user-guide/assign-tasks

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.

You use the Assign Tasks 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?

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 :

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 believe the same Method works for the Create Document Validation Action activity as well.
image

I keep telling you that you use the Assign Tasks activity.

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