web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / How to add a blank opt...
Power Apps
Answered

How to add a blank option on dropdown cascade?

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I have some options on a DropDown object, and they take the options from an Excel sheet. I want to also give users a blank field option, in case that field is optional. But I don't want to add the blank line inside my Excel. Is there a way to add in a blank option in dropdown? 

1.PNG

 

Here: Family dropdown should have a blank option

2.PNG

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    154,930 Most Valuable Professional on at

    HI @Anonymous ,

    Do a Collection then add the rest of the code. I assume you are using a Distinct() function here? If so,

    ClearCollect(colFamily,{Result:""});
    Collect(colFamily,Distinct(YourListName,Family).Result

    Your Items of the drop-down are then colFamily

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

  • Verified answer
    v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous ,

    Do you want to add a "Blank" option within your Dropdown boxes?

     

    Based on the needs that you mentioned, I think the Concat function and Split function could achieve your needs without set up collections. I have made a test on my side, please consider take a try with the following workaround:

    3.JPGSet the Items property of the Dropdown control to following:

    Sort(
     Split(
     Concat(Distinct(StudentInfo, 'Stu Name'), Result & ","), 
     ","
     ), 
     Result
    )

     

    On your side, you may need to type the following formula within the Items property of the Family Dropdown box:

    Sort(
     Split(
     Concat(Distinct('Your Excel Table', Family), Result & ","), 
     ","
     ), 
     Result
    )

     

    Please take a try with above solution, hope it could solve your problem.

     

    Best regards,

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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 541

#2
WarrenBelz Profile Picture

WarrenBelz 434 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 289

Last 30 days Overall leaderboard