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 / Dropdown in form - sho...
Power Apps
Answered

Dropdown in form - show multiple column values?

(0) ShareShare
ReportReport
Posted on by 9

Hi there,

 

I have a Sharepoint List as follows, which is acting as a data source for a field in form below.

jpg89_0-1712929028327.png

 

I then have a Sharepoint List which is where I will submit my form data to. I have built a Power App which submits form data to here as a new item to the list. I have included a Lookup column here for Cost Centre which I want to store the Cost Centre Number only.

jpg89_1-1712929166347.png

 

 

The problem is that the dropdown field on my form looks like this...

Only the number shows, so it is too vague for the user to know which item they're picking.

How can I make it so that it looks like

"12345 | Cost Centre A"

"23456 | Cost Centre B" etc

 

And then when the user chooses the item, it just stores the Cost Centre Number in the field??

I just want to show some secondary text here in the dropdown items, to assist the user in making their choice. Functionally it seems to be working fine as it is though.

jpg89_2-1712929291008.png

 

Categories:
I have the same question (0)
  • Verified answer
    LowCodeJim Profile Picture
    314 Moderator on at

    Hi @jpg89,

     

    You should be able to do this by doing an additional call to your lookup list in the items property of your Cost Centre combo box. The items value of the combo box should look something like this:

    AddColumns(Choices(<MAINLIST>.CostCentre),"ExpandedCC",Value & " | " & First(Filter(<LOOKUPLIST>,ID = Id)).'Cost Centre Name')

     

    Replacing <MAINLIST> with the list the form is using and <LOOKUPLIST> with the AppData_CostCentre list which will need to be added to the app as the form list has been.

     

    You should then be able to use the new column you have created, "ExpandedCC", as the value in your dropdown instead of the default "Value"

     

    Hope that helps!

     

    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.
  • jpg89 Profile Picture
    9 on at

    Legend! This did the trick perfectly well... thanks so much I will make my deadline now 😅

     

    I used something similar to your formula to create the additional column, and was able to use this 'secondary text' column as my dropdown field ('Single' layout still, but choosing my new column)

     

    I also submitted the form data and it was added to my master list with just the "12345" value which is perfect.

     

    jpg89_0-1712933582175.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

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 335 Most Valuable Professional

#2
11manish Profile Picture

11manish 166

#3
sannavajjala87 Profile Picture

sannavajjala87 71 Super User 2026 Season 1

Last 30 days Overall leaderboard