Wait For Document Validation Action And Resume: Document Validation action can't be waited on: no input action provided

Hi,

Below scenario is working for one document (Invoice.pdf), but not another one (Receipt.pdf). Attached the input documents. Can someone please suggest me?

  1. I am creating an action in Action Center using “Create Document Validation Action”

  2. I am getting below errors at “Wait for Document Validation Action And Resume” after the above step.

Errors:

“Wait For Document Validation Action And Resume: Document Validation action can’t be waited on: no input action provided”

“System.ArgumentException: Document Validation action can’t be waited on: no input action provided. at UiPath.IntelligentOCR.Activities.Utils.ArgumentExtensions.Get[T](InArgument1 argument, ActivityContext context, String errorMessage, Object[] errorMessageArgs) at UiPath.IntelligentOCR.Activities.BaseWaitForDocumentActionAndResume1.GetFromActionInput[U](NativeActivityContext context, Func2 propertyGetter, String argumentName, Predicate1 guard)
at UiPath.IntelligentOCR.Activities.BaseWaitForDocumentActionAndResume1.OnExecuteAsync(NativeActivityContext context, Boolean continueOnError, CancellationToken cancellationToken) at UiPath.IntelligentOCR.Activities.BaseWaitOrchestratorClientAsyncActivity1.ExecuteAsync(NativeActivityContext context, CancellationToken cancellationToken)
at UiPath.Shared.Activities.AsyncTaskNativeImplementation.BookmarkResumptionCallback(NativeActivityContext context, Object value)
at UiPath.IntelligentOCR.Activities.BaseWaitOrchestratorClientAsyncActivity`1.OnBookmarkResume(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkCallbackWrapper.Invoke(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)”

Thanks,
Invoice.pdf (31.7 KB)
Receipt.pdf (1.7 MB)

Hi @krishbcd ,

Could you maybe check the below post which has a Suggestion on the fix :

1 Like

Thank you for your quick support.

Yes, the issue was with the action object. The actually issue in my scenario was ïf else condition with wrong label and not getting into the loop for create activity.

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