Hello PowerApps Community,
I am trying to filter out available choices on the combobox based on the yes/no column of the SharePoint List.
The yes/no column of the Sharepoint list does not need to be on the PowerApps form. But, use as for Game Title's Requestable reference only.
Not sure how I can achieve this but here are the details of the current data and situation:
-Items function-
Game Title = Choices('Product Details - Test'.Game)
-Data-
| Game Title | Requestable |
| A | Yes (Checked) |
| B | Yes (Checked) |
| C | Yes (Checked) |
| D | No |
The result and user can select from the Game Title combo box as 'A', 'B', OR 'C' only.
