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

Notifications

Announcements

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 759 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 310 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 228

Last 30 days Overall leaderboard