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 / Need to Assign a Combo...
Power Apps
Unanswered

Need to Assign a Combobox a value of "Unassigned" when value is Blank

(0) ShareShare
ReportReport
Posted on by 101

I have a combobox that has options from this Items Property formula:

 

 

Sort(
Filter (
'AAD Users',
'Microsoft Entra Identity Account Enabled' = 'Microsoft Entra Identity Account Enabled (AAD Users)'.Yes && 'Microsoft Entra Identity id' <> GUID("4378jb64-2097-4771-2569-53f8976d27c23") && Not(
StartsWith(
'Display Name',
"svc"

)
)

&& Not(
StartsWith(
'Display Name',
"SNY"

)
)
&& Not(
StartsWith(
'Display Name',
"Azure"

)

)
),
'Display Name',
SortOrder.Ascending
)

 

However, I am in need to have a value of Unassigned if none of the options are selected (field is left blank) or be able to add "Unassigned" as an option.

Categories:
  • QuentinDURIEZ Profile Picture
    577 Moderator on at

    Hi,

    You can filter/collect your AAD Users in a collection, then Patch it to create a "Unassigned" AAD Users in your collection (the value will not be saved in your datasource but in your collection).

    After that, change your combobox datasource to this collection and implement your logic in the DefaultsSelectedItems property of your combobox 

    Maybe like : If(IsBlank([value]) , LookUp([Collection], [name] = "Unassigned"), [value] )

    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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 382 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 329

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard