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
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.
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.
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
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