Is it possible to set up a automation in zapier or something else, which clear a whole table?
I’m missing a link for the guide
There is no delete all rows action. Silly bot.
To delete all rows in a table using an automation, you would need to use the GlideAPI.
Note that to delete a row using the API, you need to reference it by RowID. So your automation scenario or script first needs all the RowIDs. You could create a joined list of RowD’s, send those to something like Make via a webhook, and then have Make process the list and delete all rows via the API.
Thank you! I’ll try that
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.