Hi Will it possible to connect IXP to Action Center ?
if yes please give reference on how to do this,
i want to filter and process the data where confidence low on action center
If you are utilizing using Data Extraction Scope & Document Understanding Project Extractor activities then you can use Create Document Data Validation Action (to create action center task) & Wait For Document Data Validation Action And Resume (to receive response & resume post action task completion) activities
If you are utilizing using Extraction Document Data then you may have deserialize data from it’s output and then use Create Form Task & Wait For Form Task activities where custom form building is needed.
But, ideally we should go with first approach for your scenario.
If you want to learn it systematically, the following will help you.
“UiPath IXP generative extraction technical deep dive” course in UiPath Academy.
If you want to build a project for IXP and ActionCenter for now, Extract Document Data activity and Create Validation Task and Wait activity will help you as the above linked post.