Announcements
Hi All,
I have made a app for recording meeting times. So the app is populating/pulling from an excel table. I wanted to use data validation in excel to have options in a drop down. When i try and use that on my app it does not allow the drop down option. I have been using the new 'form' option in power apps to have my data, and I tried to use a vertical gallery but again didn't allow me to choose specific options. Does anyone know how I can do that?
I don't believe the connector observes data validation rules, instead you could use a list of values.("Value1", "Value2", "Value3", "Value4")I might have the brackets wrong, but generally that's the approach I would take.
Hi @vwemyss,
I want to explain to you that a GENERAL column from excel table will only generate a TextInput control in the form control.
If you want to replace the TextInput control with a dropdown control, you need to unloack the data card and delete the original TextInput, then insert a drodpown control instead.
Set the dropdown's Items property as Distinct(TableName.FieldName), Default property to Parent.Default.
Set the Update property of the card to Dropdown1.Selected.Value
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Haque 85
WarrenBelz 76 Most Valuable Professional
Kalathiya 38 Super User 2026 Season 1