UIPATH Activity Error: Wait for Document Validation Action and Resume

I’m encountering an error in the ‘Wait for Document Validation Action and Resume’ activity stage.
ERROR MESSAGE - Cannot serialize the DataTable. DataTable name is not set.


Thanks in advance

@madhabhazra0,

The image shows an Automation Anywhere bot configuration, highlighting the process flow from storing extraction results in a bucket named "INTEL_POC" to waiting for a document validation action with inputs and outputs defined, emphasizing the use of "ExtractionResults" in both steps. (Captioned by AI)

Both variables should be different. One is Extraction result and another one should be for storing the result of Validation.

Try creating another variable for Validated Extraction Result.

still same issue

@madhabhazra0

As per error there is a datatable variable in your sequence where wait is present and to serialize it you need to assign name

So assign names to datatables in your sequence where the activity is present

Use assign

Dtvar.TableName = "AnyName"

Cheers

I didn’t understand. Could you please explain in detail?

I resolved the issue on my end.
Thank you

1 Like

@madhabhazra0

Please post what you have done so that other can get help as well and mark it as solution

If something from above helped then feel free to close on them

Happy Automation

Cheers