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