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 / Add "other" option for...
Power Apps
Unanswered

Add "other" option for Combo Box

(1) ShareShare
ReportReport
Posted on by 34

Hi all,

 

I would like to add an 'other' option to my ComboBox results. It doesnt even have to turn in to a box where people manually provide input. I just want one 'hard coded' Other option. The current Items property is as follows: 

 

Sort(Distinct(
Filter(
edf_costcontrol_list_local_budget_owners,
CRG = ddCRG.Selected.Value,
CostObject_CMT = ddCMT.Selected.Value
),
CostObjectLevel_3
), Value)

 

I tried the following:

With(
    {_items:
        Sort(
            Filter(
                edf_costcontrol_list_local_budget_owners,
                CRG = ddCRG.Selected.Value,
                CostObject_CMT = ddCMT.Selected.Value
            ),
            CostObjectLevel_3
        )
    },
    Ungroup(
        Table(
            {Items: Table({Value: "Other", Label: "Other"})},
            {Items: _items}
        ),
        "Items"
    )
)
 
However, this returns an error for "Items" - "expected identifier name". Does anyone have a suggestion on how to resolve this? Thanks!
Categories:
I have the same question (0)
  • swaminawale Profile Picture
    195 on at

    Hi @jeroen1290 ,

     

    You can try this way -

    ClearCollect(
     col_Values,
     Distinct(
     'Conference Rooms List',
     CRResource.DisplayName
     ),
     {Value: "Other"}
    );

     

     

    Result - 

    swaminawale_0-1720532455871.png

     

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard