Data table purging

Would be nice to purge data from a data table without having to recreate it.
Looks like the only way is through a workflow now.

it would also be nice to import a table definition

You’re correct. The API does have a “truncate” call, which is exposed in the workflow. There’s already a ticket to add a button to the UI. I’ll bump that ticket.

Hey @Lars_Andersson,

I wanted to let you know that there is now a feature that allows you to purge data from a Data Table.

You can do so by clicking the menu button on the right side of the Data Table:

And then selecting Delete Rows:
image

You’ll be greeted with this modal:

Where you will be able to visualize the Query and acknowledge that this action will be permanent. You can read more about Deleting Data Table Rows in our docs!

Thank you,
Heath