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" to Dropdow...
Power Apps
Answered

Add 'Other" to Dropdown list based on SharePoint column

(0) ShareShare
ReportReport
Posted on by 240

Hello,

 

I have what seems to be a simple request. My 'items' formula for dropdown is coming from SP data source and it is  

Distinct(AutoData,ParentCode)

- which works fine(to get values from 'ParentCode' SP column). User needs to be able to select 'Other' at the bottom and I am struggling to add this option to the formula above. Updating SP list is not an option as list is dynamic and then I have to worry about sorting so that 'other' appears at the end of all options.

 

Thank you for your help.

 

 

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

    Hi @nemanjasovic011 

    Do a collection for the Items

    ClearCollect(
     colDD,
     Distinct(
     Autodata,
     ParentCode
     ),
     {Result: "Other"},
    )

     

    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.

    Visit my blog Practical Power Apps

  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @nemanjasovic011 

    Please consider changing your Formula to the following:

    Ungroup(
     Table({Items: Distinct(AutoData,ParentCode)},
     {Items: Table({Result: "Other"}) }
     ),
     "Items"
    )

    This will provide you with a more dynamically changing dropdown based on your AutoData source.

     

    I hope this is helpful for you.

  • nemanjasovic011 Profile Picture
    240 on at

    This worked exactly as I intended. Thank you both.

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 531 Most Valuable Professional

#2
Haque Profile Picture

Haque 261

#3
Kalathiya Profile Picture

Kalathiya 221 Super User 2026 Season 1

Last 30 days Overall leaderboard