Hi everyone!
I am hoping someone can please help me. I am really new to PowerApps and am creating a form with dependent dropdowns. I did the Distinct(Filter) formula but it was not showing all the options. I read online that if you have over 2000 records it is recommended to use a lookup formula. My sheet will have appx 3000 records when all said and done.
I have a total of 6 columns. The column titles are Price Model (Title) / Call Order / Task / Position / PoP / Call Order Rate
All the columns are single lines of text except the one with title and Call Order Rate
I am struggling with the formula that when a person selects the Pricing Model selection (one of two selections) that the Call Order choices will be based on the option selected in the Pricing Model dropdown.
Any guidance and help would be appreciated.
Brian
@Brian_S, do you mean the Unique values of this Formula: Sort( Filter( YourDataSource, Title = DropDown1.Selected.Value ), CallOrder )? If so, use the Distinct function:
Distinct(Sort( Filter( YourDataSource, Title = DropDown1.Selected.Value ), CallOrder ),ColumnHasDublicates)
@Brian_S, here is this treasure by @RezaDorrani https://youtu.be/GoF3vfP3YTM
You email body can include the data from the form and last line of code in the Button.OnSelect is to Reset(YourFormName)
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473