UIPATH Activity Error: Wait for Document Validation Action and Resume

@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