How can I delete multiple rows in DB

Hello,

I created a custom workflow that automatically adds each week, until the end date, a class for students, (Maybe I should have used API workflow for this, but I don’t know how to use API workflows yet)

Here is the image of the DB :

Now I am wondering how can I allow Admin to delete the serie of classes / events, because I did’nt add any similar ID to each element that can help me retrieve and delete those who match the current event selected.

Thanks again.

Hi @samaywise,

I’m assuming by Admin, you’re referring to an Admin user on the frontend?

You could just Do a search and display all serie of classes / events, then have a checkbox, so the admin can select which ones to delete.

1 Like

I created those events in series, So I need to give option to frontend Admin to delete the serie, So that he does’nt need to do it one by one.

I have found the way, it was simple. I just used “Delete a list of things”