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 / Combine SharePoint Lis...
Power Apps
Answered

Combine SharePoint List Columns in ComboBox Result

(0) ShareShare
ReportReport
Posted on by 5,331 Moderator

I have Radio Control1, ComboBox1, and Gallery1.

I have the need to combine multiple fields in the results of ComboBox1 if Radio Control1 is not blank.

If the Radio control is blank filter the Collection/Gallery1, A - Z by FullName (SP List column is Subscriber_Full_Name).

If 'FullName' is selected in the Radio Control1, filter the Collection by FullName (A-Z), with and Title column content.
    Example: Smith, Joe,  SMJO123

My first attempt was the following, but I am getting errors. What am I missing?
If(IsBlank(Maintenance_Filter_Choice_Radio_Control.Selected.Value),Filter(Concatenate(Subscriber_Address_Collection,Subscriber_Full_Name && Title)))

Phineas_2-1707876510354.png

 

 

 

Categories:
I have the same question (0)
  • Verified answer
    v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @Phineas ,

     

    It seems you would like to combine multiple columns values into the display field of a Combo box. If this is the case, then you need to add another column to the collection and show this column as primary field.

    Items of combo box:

    AddColumns(
     Sort(
     Subscriber_Address_Collection,
     Subscriber_Full_Name, 
     SortOrder.Ascending
     ),
     "Combined",
     If(
     IsBlank(Maintenance_Filter_Choice_Radio_Control.Selected.Value),
     ThisRecord.Subscriber_Full_Name, 
     Concatenate(ThisRecord.Subscriber_Full_Name,", ", ThisRecord.Title)
     )
    )

     

    Best regards,

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

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 427 Most Valuable Professional

#2
11manish Profile Picture

11manish 201 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard