How to extract result for Reject document in Action center

Hi All,
I am using “Waiting for document validation action and resume” activity to get results from action center documents.
The submitted documents from Action center I am able to get JSON format extracted result using “Validated Extraction Result” field. But here I want to result for rejected document as well as it is showing null and I can’t able to find how to put condition on this if it is null. I am getting error when it is null in “Export Extraction Result” activity.
I want to skip the step and perform some other actions when it is null.
So I required to know how to get value from “Validate extraction result” field in "Waiting for document validation action and resume "

Hi @Sreedhar

When a variable is null you can use IsNothing(variable) to check if it is null or not

Cheers

Hi Anil,
Good Day…!
I have tried the option you’ve given but I am again facing some error when I verify the result using IsNothing. Here is the image screenshot

Hi @Sreedhar

As per the error that i see here it says the scope of that variable ia wrong. Please change the spope as the variable itself is not accessible

Cheers

Hi anil
Yes it worked but another condition now is I want to know the Rejected file name how to get some result when we reject a document in Action center
My scenario is once Action center document is rejected I want to know the file name and send email to end user that particular document is rejected and with reason wrote in Action center before reject.

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