Hi @ChloChlo ,
The best way to achieve that is to link the Shopping table to the Purchase table and the Inventory table. Maybe if I have more context about the use case I can help you better.
Hi @ChloChlo ,
The best way to achieve that is to link the Shopping table to the Purchase table and the Inventory table. Maybe if I have more context about the use case I can help you better.
Hi Mohamed,
I am hoping that when I click the checkbox under the “purchased” field in the Shopping List table, the “Movement Table” updates that item’s quantity (if it was purchased before).
I would like the automation to update the movement table because that is the table controlling the quantity by letting users check-in, check-out, and purchase items. The inventory table quantity cannot be manually changed since it is a rollup based on the movement table.
If we never had the item in inventory and I click the purchased checkbox on the “shopping list table”, I would like a new record to be created under the inventory table.
Would this be possible? Thank you.
Hi Mohamed,
I am hoping that when I click the checkbox under the “purchased” field in the Shopping List table, the “Movement Table” updates that item’s quantity (if it was purchased before).
I would like the automation to update the movement table because that is the table controlling the quantity by letting users check-in, check-out, and purchase items. The inventory table quantity cannot be manually changed since it is a rollup based on the movement table.
If we never had the item in inventory and I click the purchased checkbox on the “shopping list table”, I would like a new record to be created under the inventory table.
Would this be possible? Thank you.
Hi @ChloChlo ,
This can be done in multiple ways.
Im guessing the Shopping List is not linked to the Inventory Table? This is not a good idea. Because a simple typo in the shopping list won’t make it possible to link the item and might create a duplicate.
You can achieve that with scripts though where it make fuzzy matches