Hi - tried to find a solution but not fully understanding how to do Trebuchet for this or if there is not another way around it.
I would think a form could capture multiple inputs that would have to go to multiple locations ie. specific rows on different tables. Like it seems like a basic functionality to be able to write data to multiple locations…
For example:
I have a number input that asks - What is your existing revenue? – this needs to set the amount column on a specific row on the Revenue Existing Table
Then a second number input that asks - What is your current revenue? that needs to set a amount column on Revenue This Year Table
The form has its own specific Table called Wizard
On this Wizard table I can do:
- Query to find the right row - limit 1
- Lookup the Query to retrieve the row ID
- Relate the Row using the Lookup Row ID
- Then lookup the Relation field to return the column value
*This allows me to put the existing value if any as a placeholder
However I can’t Set Column Values to the Related Row - Related Revenue Existing Table Amount field (single relation no match turned on)
Thanks in advance