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 / Cannot save combo box ...
Power Apps
Answered

Cannot save combo box results to SharePoint choice field

(0) ShareShare
ReportReport
Posted on by 7

Hi, PowerApps Community!


I am tring customize the sharepoint list with PowerApps.I have created the (multi-selected) combo box, and pubilished to the sharepoint list.Here is the problem I meet:what ever I create or edit the item the combo box results are not save to the list.


This is my combo box in powerapps form:

AIField_Combox 

Items = Distinct(KeyMethod, AIField).Result

DefaultSelectedItems = Parent.Default

 

for the AIField_DataCard Update , I had tried 3 ways, but their all not work:

= AIField_Combox.SelectedItems.Result

= ForAll(AIField_Combobox.SelectedItems,{value:Result})

= {value:AIField_Combox.SelectedItems.Result}


Any idea to dill this problem ?

My English skill isn't well, if the problem description is not clear please tell me, tks.  

 

Cheers,

Ruby

Categories:
I have the same question (0)
  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @RubyHu,

    That's impossible that you could display all the value using the Distinct() function if the AIField is a Choice column allowing multi select.

     

    Here is something I want to confirm with you:

    1). If AIField is a Choice column allowing multi select?

    If so, please confirm it from the column settings and check if you have tick the multi select option.

    vqiaqimsft_0-1653013909684.png

    2). If it is a Choice column allowing multi select and you want to save the combo box selected items to it, you could directly set the Items property of the Combo Box using the Choices() function:

    Choices(KeyMethod.AIField)

    Update property of the data card as :

    AIField_Combobox.SelectedItems

    3). If the AIField is a Text column and you populate the ComboBox with distinct value, then you want to save the selected items to a Choice column in the SP list, well, you need to modify as below:

    ForAll(ComboBox17.SelectedItems,{Value:Result})//Here Value has a capitalization of V

     

  • RubyHu Profile Picture
    7 on at

    Thank for your help.😊 

  • webbedfeetmaest Profile Picture
    81 on at

    Hey thank you.  I've searched high and wide for a solution to this seemingly simple problem but you have nailed it. 

    orAll(ComboBox17.SelectedItems,{Value:Result}

     

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

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,045

#2
Valantis Profile Picture

Valantis 675

#3
11manish Profile Picture

11manish 592

Last 30 days Overall leaderboard