
Hi,
I am building application in Power Apps where users can order items from List A, data then are stored in collection then saved in List B.
List A contains following information:
1. Product name
2. Product family
3. In stock quantity
List B contains:
1. requester name
2. ordered quantity
3. Product name (lookup value from list A)
4. In stock quantity (lookup value from list A)
My question is, if a product is less than 100, can the option gets grayed out so users can select it?
So if stock quantity of papers is less than 100, option will get grayed out so no user can select it until the next restock.
Thanks
Hi @Sara_Salim ,
I'm afraid it's not possible to disable specific selections of Combo box. As a workaround, you can Filter list A on the stock quantity, list items that quantity is more than 100 and then users will only be able to select these available products and add into the collection.
Best regards,