I think there needs to be a built-in means of performing bulk CRUD operations on Lists in OutSystems. If I have a list of records to delete, update or insert, I shouldn't have to use a For Each to loop over them and make multiple SQL requests. These should be done with a single SQL statement without having to cobble that together in OutSystems in a very error prone way. Other ORMs deliver this out of the box. It's time OutSystems does the same.