cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
IT4you
New Member

Fill in values in dropdown not being saved (only in quick edit)

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:

PowerApps_properties.PNG

 

Thank you in advance for your ideas/help.

1 ACCEPTED SOLUTION

Accepted Solutions
zmansuri
Super User
Super User

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.

View solution in original post

3 REPLIES 3
zmansuri
Super User
Super User

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.

IT4you
New Member

Hi @zmansuri ,

worked perfectly, many thanks 🙂

Glad it worked out for you

Helpful resources

Top Solution Authors
Top Kudoed Authors
Users online (4,235)