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! Go to Solution.
Try creating a "Grouped: execute a sequence of actions" action that
Try using a composite action to fire two "add a row to another table ... " actions.
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.
User | Count |
---|---|
16 | |
15 | |
4 | |
3 | |
2 |