Is it possible to have a button that completely clears ever item from an InLine List?
If you want to completely delete all rows, what you can do is:
- Create a relation to get all rows related to what you show in the inline list.
- Create a joined list column to get all rowIDs from those rows.
- On the click of the button, send those rowIDs through a webhook to Make/Zapier.
- Iterate through the rowIDs and delete one by one using the Glide API.
1 Like