Is it possible to perform multiple inserts or updates in the Query Database?
I understand that the method using recordTyoe and relation is recommended by Appian, but I am asking this question to achieve exclusive control of updates to multiple tables.
I know that this can be accomplished by a procedure, but I would like to know if QueryDatabase can be used as another technique.
Discussion posts and replies are publicly visible
You can. But just like you mentioned, you shouldn't. But yes, technically, you can!