DB transactions when running multiple bulk update queries

Would love to see the ability to run multiple bulk update queries in a single database transaction. If I have a javascript query such as the following:

const tableUpdates = yourTable.recordUpdates;
query1.trigger({additionalScope: {tableUpdates}});
query2.trigger({additionalScope: {tableUpdates}});

If query1 and query2 were both bulk updates on tables within the same database, then it would be nice to have a way for the updates to run in a single transaction.

Related community posts:

Hi @nick.durcholz, I added your +1 to the feature requests. I'll tag you on the original topic so you get updates from us when this feature is added to Retool.