System.Exception: Cannot serialize the DataTable. DataTable name is not set

Hi ,

I am getting the below error for Wait & Resume Activity, Can anyone please help?


Error:

@Shreya_Rao2

Whatever datatable you have just set a name to it using assign

dt.TableName = "AnyName"

cheers

1 Like

Still getting same error

@Shreya_Rao2

for all tables did you add?

cheers

Assign the name to all the data table that you are using .

Yes, I am using only 2 DTs

@Shreya_Rao2

Did the error change to cannot serialize?

Cheers