Hi all,
I created a dropdown field with four possible values and also allowed fill in choices. Via the dropdown everything works and is saved correctly.
But as soon as I enter another value myself via Fill in, this is not saved. To be more precise, the form/item is saved and there is no error message, but in the list overview no value is displayed in this field.
If I enter a value via Quick Edit using Fill in, it is also saved normally, which is why it is probably a problem in the properties in PowerApps. These are the properties of the DataCard drop down field in PowerApps:
Thank you in advance for your ideas/help.
Solved! Go to Solution.
Select the data card that holds your ComboBox. Update property of that data card:
If( !IsBlank(DataCardValue1.SearchText); { Value: DataCardValue1.SearchText }; DataCardValue1.Selected )
Here DataCardValue1 is the name of the ComboBox.
Select the data card that holds your ComboBox. Update property of that data card:
If( !IsBlank(DataCardValue1.SearchText); { Value: DataCardValue1.SearchText }; DataCardValue1.Selected )
Here DataCardValue1 is the name of the ComboBox.
Glad it worked out for you
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
202 | |
70 | |
53 | |
49 | |
20 |
User | Count |
---|---|
256 | |
122 | |
83 | |
76 | |
75 |