Database Transactions - Trigger rollback

Is it possible to have more control over the db transactions?

I would like to trigger a fail/rollback either manually, or perhaps even better, trigger it when I return a 500 anyway.

The current workaround I have is I add a custom db step with incorrect syntax, but that’s less than ideal.

Thanks!

1 Like