INSERT multiple raw with 1 form

I have a form for tracking expenses. In this form, user can select if the transaction is a income, expense or Bank Transfer. 
if is expense, form shows only account, amount etcโ€ฆ 

if is income, form shows only accont, amount etc

if is bank transfer, form shows account income, account expense and amount. 
I need an automation that insert 2 row, one for debit movement and one for credit movem te whith same amount. 
how is it possible?

Solved Solved
0 5 150
1 ACCEPTED SOLUTION

Try creating a "Grouped: execute a sequence of actions" action that

View solution in original post

5 REPLIES 5

Try using a composite action to fire two "add a row to another table ... " actions.

https://support.google.com/appsheet/answer/10107706?hl=en#zippy=%2Cgrouped-execute-a-sequence-of-act...

Try creating a "Grouped: execute a sequence of actions" action that

Thank you. I will try, even if it is a bit complicated for me to do this procedure. ๐Ÿ˜ฃ

I managed to create the two behaviors (Add Credit and Add Debit). I created the Bots which is started by the DATA CHANGE / Tbl Transactions / AddsOnly event.
The Bot performs the two processes.
But now I don't know how to delete the original row. Now I have 3 rows: Debit, Credit and  the original one...

To be clear: You shouldn't need to use an automation (bot) to accomplish this, although that's a valid way to do it.

To delete, use an action (from an automation data change step if you like) that invokes the system-created Delete action for the table.

Top Labels in this Space