Collections bulk actions

Currently the only way that I have found to do bulk database transactions is by creating a filtered list and using the countdown clock on each list item to perform a database CRUD transaction, which doesn’t make sense from a performance point of view since there is a lot of rendering that is not required.

It would be very nice to be able to use the editor to compose an SQL bulk transaction on a collection without having to use any rendering components at all.

2 Likes