Delete Row(s) table in

Hi,

Is there a simpler way to delete multiple rows from the activepieces table during the flow?

Right now, I can only delete one row at a time by specifying its exact ID, which is quite time-consuming. I’m wondering if there’s a more efficient method for removing multiple rows without needing to input each individual ID.

Thanks in advance!


Hi Lars,

There are currently two easy ways to delete multiple rows at once:

  1. Select rows individually: Click each row you want to remove, then use the Actions menu and select “Delete”

  2. Bulk selection: Use the checkbox in the header row to select all rows at once, then delete them
    image

Ah yes. Thank you.

I know this already. However. I was wonder if there was a flow, that could auto-delete it somehow?

Hello @Lars ,

I assume you want to delete every row from the “Find Records” step. What you can do is go to the “Delete Records” step, click F as shown in the image, and map the “Record ID” from the “Find Records” step there. This will delete all records in one go.

image

Hi,

Yes, exactley. Thanks for trying to help me out.

I tried your steps, and tried both table id and from the table

It gets errors. Not sure what Im doing wrong here.


@Lars This error says the records are already deleted and no longer exist. Can you try again with other rows?

Alright.

Sometimes the operation does succeed— when I choose “Insert Tables” or “Insert Table ID.” However, even then, nothing actually happens to the table. Unfortunately, no records are deleted.

@Lars ,

You need to map the ID field from the “Find Records” step output, as shown in the image. Can you give it a try and let me know if the issue still persists?

1 Like

Oh man, that’s awesome! Thank you so much — I’m a happy camper. It deleted all the rows!

So dynamic F, then Cell ID.

1 Like

Yes, to delete multiple rows.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.