PowerApps – Add custom menu options to a dropdown box
To add custom menu options to a dropdown box which is pulling dropdown values from data source.
Ungroup(Table({menuOptions: Table({Result:”All”})},{menuOptions: Sort(Distinct(DataSourceName, ColumnName).Result,Result)}),”menuOptions”)
Leave a Comment