Unable to Clear Data Table using Clear Data Table Activity

Hi All,

Could anyone please share how to use the clear data table activity, please?

or is there an alternative way to do this instead such as invoking code?

Flow:
image

Output:
image

Thanks and kind regards,
Ken

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

Hi @Yoichi, thank you!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.