Action based on checked items

Is there a way to use checklist items in actions ?
For example : delete all selected rows in the checklist ?

  • Create a template column called “true”.
  • Create a relation from that template column to the table where you store the checklist, relate to the boolean column and make it a multiple match.
  • Create a joined list of all rowIDs from the relation above.
  • Have a button to send the joined list of rowIDs to Make/Zapier, and iterate through them to either delete the rows via the Glide API or through Sheets, if you’re using Sheets as backend.
2 Likes