In a form, how to set conditions on drop down menu options?

  1. I am developing an inventory management app.

  2. I created a form for recording inventory in/out activities.

  3. After the user has encoded a specific product and has selected “Out”, the users should be allowed to select only locations which have available stocks only, but not all the locations.

  4. Can we set conditions on the drop down options based on the stock quantity? and if possible, can the drop down menu show not only the locations but also the available quantity?

Many thxxx for your help!!

Tables (attributes):

  1. Product (ProductID, Product_description)
  2. Location (Location)
  3. Transaction (in_out, Qty_change, ProductID, location, User, DateTime)
0 1 99
  • UX
1 REPLY 1

Aurelien
Google Developer Expert
Google Developer Expert

Hi @hungpuiki

Here is an interesting document for your need:

also, on general purpose:
https://community.appsheet.com/search?q=dependent%20drop%20down

Top Labels in this Space