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 column...
Power Apps
Unanswered

SharePoint List columns modified in PowerApps do not populate the SharePoint list

(0) ShareShare
ReportReport
Posted on by 28

My SharePoint columns were set to a Single line of text. In PowerApps I changed some of them to Dropdowns or a ComboBox with the source data from a different list and depending on another Dropdown.

PowerApps works but the SharePoint list does not recognize the Dropdown choices.

I then changed one of the SP columns to Choice, but that didn’t work.

This is the Items fx in PA for an existing column in SP:

Filter('A different list on SharePoint', ''Specific Column' = A Dropdown created in PowerApps.Selected.Result)

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

    @Deb30001 

    If you are referring to controls in an edit form, you need to change the Update property of the card containing the dropdown or combobox to recognize the new control, like Dropdown1.Selected.Value or Combobox1.SelectedItems or Combobox1.Selected.Value.  

    FYI, the Update property of the card is the only important property for saving data.  The rest are bells and whistles. 

  • mmollet Profile Picture
    3,187 on at

    I personally use only text and number column types as much as possible for my SP lists. This keeps them simple and makes patching much easier. When I want to data to be a data or a number or be chose from a list of options, I just build that into the Power Apps side. Here is an example:

     

    You want to have a choice column in SP that users can select from in Power Apps with choices new, started, complete. Rather than make that a SP complex column I would just make it a single line of text column and build the Power App in a way that let them chose from only those choices. this will give the same end result but without the headache of patching complex columns. 

     

    Patch(yourlistname, itemtopatch, {textcolumn: Dropdown.selected.columname})

  • Deb30001 Profile Picture
    28 on at

    I must be dumber than a stump. I have DataCardValue1.SelectedItems.

    What do I change it to?

    2023-02-21_DataCardValue.png
  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    Try not using comboboxes unless you require the Search or Multiselect properties.  Use dropdowns instead if possible, they are easier to work with. 

    @Deb30001 

  • Deb30001 Profile Picture
    28 on at

    If I want them to choose more than 1 selection, my understanding is I need a Combobox. What other solutions are there?

  • mmollet Profile Picture
    3,187 on at

    That would be the multiselect property he was speaking of so you are on the right track with the control it seems like. The only way to change that would be to use multiple dropdowns. Not sure if that is feasable for you or not but it would be a sort of an awkard work around.

     

    combobox's with multiple selections enabled have a return type of table. This is what makes them a pain. 

     

    If you are sure that only 2 can be selected for example you could do something this as a work around:

    Screenshot 2023-02-21 at 11.28.05 AM.png

     

    this just takes the first item and last item in the table returned by the combobox and concats them together with a comma in between. Not sure if this will work for your case. That string in the text box could then be saved to SP. If you had to read it in the future you would split it on comma and then have your original values again. 

  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @Deb30001 

    You have chosen one of the more difficult things to do. In general I never use complex column types in SharePoint and stick to only single line of text, date/time and number columns.  That said, check out Shane Young's recent video on how to patch complex column types for some clues: https://www.youtube.com/watch?v=b4Fb57UsJLI 

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
Haque Profile Picture

Haque 84

#2
WarrenBelz Profile Picture

WarrenBelz 79 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 40 Super User 2026 Season 1

Last 30 days Overall leaderboard