I'm having various issues with some functionality within my app. I have a few galleries in my app and I have created some functionality to be able to filter the data in the galleries using specific criteria which can be selected from a few comboboxes. This functionality was working perfectly at the end of day on Thursday and when I checked back in on Friday there were a few issues that had occurred.
Here is a screen shot of one of the galleries and the comboboxes used to filter that gallery.
The Innovation Phase and Opportunity Classification comboboxes get their options from a choices field whereas the Business Areas combobox gets it's options from a dataverse table. All of the comboboxes are multi-select comboboxes. for the comboboxes using choices for their data, they use Value as the displayed field.
So i'm unsure why the Id field is also showing in the comboboxes.
I have another issue which I think stems from the issues with the comboboxes, I have a filter on the Opportunities gallery copied in below.
Filter(
Opportunities,
IsBlank('Opportunity List View Page Innovation Phase Filter'.SelectedItems.Value) ||
IsEmpty('Opportunity List View Page Innovation Phase Filter'.SelectedItems.Value)||
'Innovation Phase' in 'Opportunity List View Page Innovation Phase Filter'.SelectedItems.Value,
IsBlank('Opportunity List View Page Business Area Filter'.SelectedItems.'Business Area') ||
IsEmpty('Opportunity List View Page Business Area Filter'.SelectedItems.'Business Area') ||
'Business Area'.'Business Area' in 'Opportunity List View Page Business Area Filter'.SelectedItems.'Business Area',
IsBlank('Opportunity List View Page Opportunity Classification Filter'.SelectedItems.Value) ||
IsEmpty('Opportunity List View Page Opportunity Classification Filter'.SelectedItems.Value) ||
'Opportunity Classification' in 'Opportunity List View Page Opportunity Classification Filter'.SelectedItems.Value
)
This filter uses the selected values in the comboboxes to filter the options in the opportunities gallery, but I'm finding that when I select options in the comboboxes that the Opportunities gallery just ends up empty even when I'm selecting options which match the values of the Opportunities in the database. (This was working just fine on Thursday)
I did a bit of analysis to see why the filter wasn't working correctly by setting up a test to check whether the selected values in the combobox are being set when they are selected. Here is a screenshot of the test page.
The combobox uses the same data as the Innovation phase combobox and the gallery below is displaying the selected items in the combobox with the Value field as label next to the image, I've found that the Value field in the comboboxes selectedItems is not being populated when Items are selected. which I believe may be the root cause of the issues I'm having with filtering on the Opportunities Gallery.
Can anyone help me with this? I can't understand why Ids are being displayed in my comboboxes when I only asked for Values and also the filtering of the Opportunities gallery isn't working and I believe this is because the Values of the selected items in the comboboxes are blank when items are selected.
Solved! Go to Solution.
An update is currently being deployed to all regions to address this issue and in some cases has already completed.
Depending on your region, the following versions (or later) contain the fix:
You will need to edit, save, and re-publish your app(s) for the fix to take effect.
Hi @IdreesAnwar ,
Unfortunately I can't offer a solution but it looks like other people are reporting the same issue:
Combobox in PowerApps for Teams shows all columns ... - Power Platform Community (microsoft.com)
Cheers,
Liam.
I have the same issue
I also have the same problem
I have the same issue
@IdreesAnwar @Kamui @Yawis @melassao
We are currently investigating reports of this issue. What is your underlying data source? Dataverse? SharePoint?
I'm having the same issue using Dataverse tables; https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Combobox-selected-item-not-working/m-p/94439...
I'm using dataverse for teams
User | Count |
---|---|
124 | |
87 | |
86 | |
75 | |
69 |
User | Count |
---|---|
214 | |
181 | |
140 | |
96 | |
83 |