Hello,
I made a Global choice definition called 'Meses' to store every month to use those values in Dataverse Columns and Forms controls (it's in Spanish)
I'm trying to build a DropDownList that shows as options all elements of that Global Choice (so every month from the list), I'm using "Choices(Meses)" in the "Item" property, but it only shows a number (some kind of ID).
here's the definition and how it looks
I'm not understanding how to get the real month's names in the form, I also tried with a Listbox, which worked fine with the same command in the Items property
Any ideas on how to fix the DropDownLisst to show the. Month names?
Solved! Go to Solution.
A Drop down Control is not the same thing as a Combo box Control, in Power Apps Canvas App, so it is good you clarified the difference.
Could you give me more information on your data source? If it is not Dataverse tell me what is your data source
I cannot reproduce the issue on my side even with a Combo Box Control.
Try to do these steps, using screenshot at very bottom as guide:
1. Select Combo box Control
2. On the right side, to the right of Fields, click purple Edit text
3. On the flyout that appears, check on Primary text and SearchField - make sure they are both Value if they are something else. Or, if curious, click there and if there's something else, try something else - but usually it should be Value for both.
See if it helps @ElDiegoB
I do not get this issue on my side. Please provide some more information.
Try using Choices('Meses (YourDataversePluralTableNameHere)') and see if it is better.
Try to select the Dropdown and then check the right side. Provide in your reply what are the options for "Value" on the right side. Try selecting "Value" as the option if another one is selected instead.
Hello,
Thanks for your answer, i just realized that in Powerapps DropDown are called ComboBox, but the issue is the same...
your first suggestion won't work since the origin of the data is not from a Dataverse table, but from a Global choice variable (that can be used in a database table column to link and force to complete with data that is only available in the Global Choice variable (such as the name of the months)).
for the other option, for the ComboBox, I don't have a 'Value' property available to work with, that's why a worked with 'Items' property, and there is this weird result that works fine on the ListBox but with other values in the ComboBox.
No Value Option:
A Drop down Control is not the same thing as a Combo box Control, in Power Apps Canvas App, so it is good you clarified the difference.
Could you give me more information on your data source? If it is not Dataverse tell me what is your data source
I cannot reproduce the issue on my side even with a Combo Box Control.
Try to do these steps, using screenshot at very bottom as guide:
1. Select Combo box Control
2. On the right side, to the right of Fields, click purple Edit text
3. On the flyout that appears, check on Primary text and SearchField - make sure they are both Value if they are something else. Or, if curious, click there and if there's something else, try something else - but usually it should be Value for both.
See if it helps @ElDiegoB
Hello,
So regarding the control name, i don't know the real difference between DropDown and ComboBox (visually should be the same), but I don't have a DropDown element to work with in PowerApps (could it be just a different name for the same?).
Regarding the data source, I'm working with PowerApps for Teams, and the only place i found to work with choice variable is in the definition of a dataverse column data type, like this:
Here's the edition of the choice variable
So, finally i tried what you said regarding adding a field to the Combobox and now it seems to be working fine
User | Count |
---|---|
121 | |
88 | |
87 | |
75 | |
66 |
User | Count |
---|---|
215 | |
179 | |
138 | |
96 | |
82 |