How To Delete Multiple Rows Conditional Thru Glide App?

That would be ideal, but with the Glide API in action now, you can:

  • Create a relation and joined list on top of it to return a list of rows that needs to be deleted.
  • With a button, send that list to an external service like Make.
  • Use an iteration module to loop through the array created from that list.
  • Use a HTTP module to iteratively delete rows using the rowID you sent.
4 Likes