How can I update a table's field when another...

How can I update a tableโ€™s field when another tableโ€™s trigger field is changed?

I have two tables - Components and StoresInventory, the components table consists of a master list of serial numbers of components. i want to scan the serial from the physical component, then add it into the StoresInventory table, then update the component table to have the stores name in the StoreName field.

0 3 338
3 REPLIES 3

The easiest way is with the virtual column.

hmmโ€ฆ interesting idea! could you please elaborate moreโ€ฆ?

You need to lookup the value with the suitable app formula and because itโ€™s in virtual column, it will recalculated when you sync the data. help.appsheet.com - Virtual Columns Virtual Columns help.appsheet.com

Top Labels in this Space