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 / SharePoint List with M...
Power Apps
Unanswered

SharePoint List with Multiple Values and PowerApps Data Table or Gallery

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello,

I have a SharePoint list with a column that accepts multiple inputs. When I connect the list to a PowerApps data table, I get the following error "The property on this control expects Text values. The rule produces Table values which are incompatible."

When I try to connect it using a Gallery, the card corresponding to the column doesn't even populate as an option. Please see below for screenshots. Any help would be greatly appreciated! 


 
 
Error.PNG
SharePoint Column.PNG
Output.PNG
Categories:
I have the same question (0)
  • FacundoGorla Profile Picture
    293 on at

    Hi, What is it that you want to see in the table?

    in the data table you need to give the full table in the "Items" property, for example: Choices("SharePoint List name"."Column Name")

    Then in the fields property of the datatable go to edit and addfields. It will give you the options to add the columns of your table.

     

    Let me know if you could do it or if you want tell me the name and columns of your table and I can upload imgs of how it should look like.

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Thank you for responding!

    I would like the table to display all the items selected within in the drop down. It works when allowing for only one selection, but can't get multiple.

    I was not able to use your solution, but I'm sure it's because I'm quite new to PowerApps. I'll give you the names and hopefully that would help. Either way, thank you so much for taking your time to assist!

    SharePoint List name: ORR Test List
    SharePoint List Column Name: Edit Types
    Data Table Column Name: Edit Types_Column1

    Please let me know if you'd like more info @FacundoGorla 

  • poweractivate Profile Picture
    11,078 Most Valuable Professional on at

    @Anonymous 

     

    Feeding the results to a ComboBox (even if invisible) and using SelectedItems of ComboBox may help you here, though it depends.

  • rebeccas Profile Picture
    2,591 on at

    Yes, drop downs only allow for one selection...combo boxes allow for more than one or list box can show more than one.

  • FacundoGorla Profile Picture
    293 on at

    As stated above, you need to use a combobox to be able to select multiple choices.

     

    In your case, you should put this in the Items property of the combobox: Choices('ORR Test List'.'Edit Types_Column1') in the format of Choices("SP list name"."Column name")

    I recomend to not use spaces in your columns, or create them without a space and then add it. It would remain with the creation name.

     

    Now insert a datatable and in the Items property put ComboBox1.SelectedItems.

    then as I stated before go to the properties of the datatable, and on fields you can add what you want to show in your table from your selected items. The data will change depending on what choices you selected.

     

    Combobox admit multiple selection by default but in case it doesn't theres a property called "Allow Multiple Selection" just set it to true.

  • ritchieliu029 Profile Picture
    8 on at

    Hi There, 

    You can use 

     

    Concat(ThisItem.<column name>,ThisRecord.Value &";")

    For example:

    Concat(ThisItem.ZoneTitle,ThisRecord.Value &";")

     

    Hope it helps.

     

    Ritchie

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

#2
11manish Profile Picture

11manish 181 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 112 Super User 2026 Season 2

Last 30 days Overall leaderboard