Hi @Slavich
Try below:
Create the ClassificationResults variable of type List
then assign:
ClassificationResults = New List(Of ClassificationResult)() From {New ClassificationResult With {.DocumentType = “Invoice”, .Confidence = 1.0}}
OR
As per my knowledge, If you don’t want to perform any validation after data retrieval, you can skip the human validation step by removing the Document Classification validation activity. This will might be allow the process to continue without any validation required.
If you found helpful, mark as a solution. Thanks