Hi, I require some assistance on the difficulties of doing like an inventory management.
For more technical explanation:
- Tray Inventory (Tray 1 | Tray 2 | Tray 3 - With quantity of 1 for In Stock and 0 for Out of stock
- Form selection relation to Tray Inventory, will only show quantity that are 1, aka In Stock
- User Select Tray 1, Tray Inventory will automatically update to 0, aka Out of stock and prevent subsequent filling of form to not show Trays that are Out of stock.
Currently issue faced is:
when multiple selection of Tray in the form selection, it does not return true.
Suspect that the formula read it as string of arrays
e.g: Form Selected Tray 1 and Tray 2, quantity will return 0 to Tray Inventory. Subsequent form filling will not show Tray 1 and Tray 2 anymore.
Similar reference: