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:
Output:
Thanks and kind regards,
Ken
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:
Output:
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,
Hi @Yoichi, thank you!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.