Hello everyone
,
I am new here and I have a question.
In the project I’m working on I would like to delete multiple items from a list with a O2M relation that is inside an item of a collection.
eg. My collection → item1 → O2M field (list)
Maybe the picture helps more:
Sure I can delete them one by one but it would be more practical to use the possibility of batch deleting them. I mean since it is already possible to multi select the items to modify them I would think to delete them should also be possible.
Maybe there is a super easy way to do it but unfortunately I wasn’t able to find a solution/answer to that.
Thank you so much in advance for the help.
Kind regards 
Batch delete inside the one-to-many interface isn’t currently supported, but I can definitely see why you’d want that functionality.
Here are a couple options for you:
Feature Request 
Consider opening a feature request on our GitHub repository so we can track it. Make sure to search first - there might already be one open for this.
Workarounds
Option 1: Direct Collection Access
Navigate directly to the related collection and delete the items from there using the main collection layout.
Option 2: Flow Automation
Build a flow that handles the batch deletion for you - this could give you more control over the process and potentially trigger it from a custom button or operation.
Hope that helps!