Doubt in wait for document validation and resume activity


what can i do to resolve this, i have added a message box to check if the extraction is null before this wait for document validation action activity, it is not null , added a load taxonomy too before the form create activity

@Sameekshya_Panigrahi

Please open the locals panel and check which variable you are using is null…you get this exception when some variable is null only or some required argument data is not being passed…so please check locals panel

Cheers

@Sameekshya_Panigrahi,

Most probably your ValidatedExtractionResults variable is null. Check this in Immediate panel or locals panel.

no, it is not null i have checked already

Hi @Sameekshya_Panigrahi

One of the variables used in the Wait for Document Validation Action and Resume activity does not have a value. It may be null or not initialized. Ensure that all variables are properly assigned before use.

The error “Object reference not set to an instance of an object” indicates that a variable or argument is null or has not been initialized.

Hope it helps!!

i think it is because of automatic extraction results, how can i resolve that and how will i store the output from action center into an excel?

If you show the locals panel we can stop guessing and determine which is null and therefore causing the issue?