Hi,
How does this functionhttps://docs.xano.com/working-with-data/functions/database-requests/database-transaction work if a non-DB function fails?
If this happens:
- Edit record in user table
- Create a variable
testequal to an empty object{} - Create another variable equal to variable
test.name, which fails becausenameisn't intest
Does step 1, Edit Record, get committed to the database?
Thank you!