Forum Discussion
Deleted
Sep 23, 2019Populating Dropdown From a SPO Doc Library PLUS Adding a "Select a File" First Item
I am able to successfully populate a PowerApps drop down menu with the file names from a SPO document library. However, the drop down menu is pre-populated with the name of the first file. I want to ...
- Sep 23, 2019Your crawling down a rabbit hole trying to add values to the drop down instead of utilizing form / field validation methods in order for someone to pick values.
What might be better is a combo of that, if you look at the InputTextPlaceholder property, this is that light text in the drop down before clicking on it, you can add what you need there. Then you can have a label, show up above the column or something that shows unless the dropdown has a selecteditem etc.
But adding actual values to the drop down is something you really don't want to mess with :).
Your crawling down a rabbit hole trying to add values to the drop down instead of utilizing form / field validation methods in order for someone to pick values.
What might be better is a combo of that, if you look at the InputTextPlaceholder property, this is that light text in the drop down before clicking on it, you can add what you need there. Then you can have a label, show up above the column or something that shows unless the dropdown has a selecteditem etc.
But adding actual values to the drop down is something you really don't want to mess with :).
What might be better is a combo of that, if you look at the InputTextPlaceholder property, this is that light text in the drop down before clicking on it, you can add what you need there. Then you can have a label, show up above the column or something that shows unless the dropdown has a selecteditem etc.
But adding actual values to the drop down is something you really don't want to mess with :).
Deleted
Sep 23, 2019Understood. Thanks so much for the info!