Hi ALL,
I need your help to find solution of one scenario.
I have a Delivery table which is below:
| Delivery Item | Status |
| 1 | Delivered |
| 2 | Rejected |
| 3 | InProgress |
| 4 | Delivered |
I have a multi select combo box in which delivery items are appeared in dropdown. Now my issue is how to restrict user to not to select items having different status. Like Item 1,2,3 can never be selected together because they have different status. But Item 1 and 4 can be selected together as they same status. Not sure if this is possible or not in PowerApps.