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
User | Count |
---|---|
121 | |
88 | |
88 | |
75 | |
66 |
User | Count |
---|---|
215 | |
180 | |
138 | |
96 | |
82 |