Way to move the fields that fail to meet the confidence threshold into the 'Fields to Validate' section in the Action Center?

Is there a way to move the fields that fail to meet the confidence threshold into the ‘Fields to Validate’ section in the Action Center? I am using taxonomy rules and confidence scores to determine the creation of Action Center tasks.

In the below example, I aim to transfer the ‘Payment Terms?’ field to the ‘Fields to Validate’ section though regex pattern for post-processing matches If the confidence level remains below 95%, we prefer not to directly process it.

Hi @manikandaraj

Try below steps might be helpful,

Set confidence threshold (95%) in Data Extraction Scope → Define taxonomy rules in Taxonomy Manager → Use regex in post-processing to check extracted data → If confidence < 95%, mark field for validation → Use Present Validation Station to move low-confidence fields to Fields to Validate in Action Center.

Can you elaborate how to mark a field for validation. exactly which property of extraction result var will park this to validation bucket?

@manikandaraj

To mark a field for validation in DU, set the Confidence property of the extraction result to be less than the defined confidence threshold (e.g. 95%). Additionally, use the ValidationNeeded property (if applicable) to explicitly flag the field for validation.

If you found helpful, pls mark as a solution.

Can you please help me refining the below query to update the validationNeeded property?

io_ExtractionResults.ResultsDocument.Fields.Where(Function(fields) fields.FieldName=in_Config(“PaymentTermsTranslationFieldName”))(0).Values(0).Confidence