Unable to Clear Data Table using Clear Data Table Activity

Hi,

ClearDataTable activity removes data in all rows, however keeps schema of DataTable such as datacolumn.
If you want to remove reference to all the information from dt1, can you try to use the following expression using Assign activity?

dt1 = Nothing

Regards,

1 Like