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 / Append Blank Option to...
Power Apps
Unanswered

Append Blank Option to Dropdown Items

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello,

Scenario:

- 2 Sharepoint lists: "MAINLIST" and "PICKLISTS"

- They have columns in common ("Description" and "Test")

- Gallery Items set to "MAINLIST"

- Dropdown control within Gallery

- Dropdown Items set to:

 

 

Filter(
 PICKLISTS,
 And(
 Description = ThisItem.desc,
 Test <> ThisItem.test
 )
)

 

 

- Works like a champ! 

Need:

- To add a blank option to the Dropdown Items

Do NOT need:

- The Default property to be blank (I already know how to do that with "AllowEmptySelection")

- I need the blank option so user can revert their selection

 

Any ideas?

Thank you

Categories:
  • WarrenBelz Profile Picture
    156,526 Most Valuable Professional on at

    Hi @ericonline ,

    This may not be what you are after, however I do this on all drop-downs involving reference list data (crew names / vehicles / job packs etc).

    ClearCollect (
     colWhatever,
     {TargetField: ""}
    );
    Collect(
     colWhatever,
     ShowColumns(
     TargetList,
     "TargetField",
     "AnyOtherField/s"
     )
     )

    My Items is then

    Sort(
     colWhatever.TargetField,
     Ascending
    )

    Bear in mind also I am writing back to Text fields in the target, so my Update is generally a simple

    DropdownName.Selected.TargetField

     

    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.

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 402 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 296 Most Valuable Professional

Last 30 days Overall leaderboard