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 / Urgent - Combo box - c...
Power Apps
Answered

Urgent - Combo box - concat/join another field value

(0) ShareShare
ReportReport
Posted on by 802

Hi,

 

I have a Canvas App whereby I am using a combobox which has Items of 

 

Sort(AddColumns('DV_Table_Name',
 "ModifiedOnFormatted",
 Text('Modified On', "dd-mm-yyyy")),
 'Modified On', Descending)

 

and DisplayFields of

 

["new_companyname","ModifiedOnFormatted"]

 

This creates the combobox with the name of the Company first, and the ModifiedOn date next.

 

What I want is to add another column's value to the "end" of "new_companyname" - this other column's value is a reference number. How can I do this so that, in the combobox, it would display    

 

Company Name   /    Reference Number

ModifiedOn date

 

for each?

 

Many thanks, 

K.

Categories:
I have the same question (0)
  • Verified answer
    AaronKnox Profile Picture
    514 Super User 2024 Season 1 on at

    I was thinking we would need another AddColumns but does this work?  (Change reference_number to your column name)

    Sort(AddColumns('DV_Table_Name',
     "ModifiedOnFormatted",
     Text('Modified On', "dd-mm-yyyy"),
     "ModifiedNewCompanyName",
     new_companyname & " / " & reference_number),
    'Modified On', Descending)

    Then change display fields to 

    ["ModifiedNewCompanyName","ModifiedOnFormatted"]

       

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 534

#2
WarrenBelz Profile Picture

WarrenBelz 416 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 306

Last 30 days Overall leaderboard