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.
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.
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.
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?