hi, so I figured I need to use the transaction api but I cant seem to get the syntax right.
heres what im trying to do:
I have a board model and column model, a board can have many columns.
When creating a board, I'd want the user to also be able to create columns, so the problem is getting the created board's id to create the columns (need a ref to the board) and so I read about the transaction api but I keep running into problems and I am probably getting the syntax wrong.
Would love some help!