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 / Powerapps Submit Combo...
Power Apps
Answered

Powerapps Submit Combo Box record into Sharepoint Choice list column

(0) ShareShare
ReportReport
Posted on by 47

Hello experts,

Help me, i am a beginner developing my first canvas app.

 

Scenario:

1) I have a source SharePoint list "ActivityLog"

2) I am creating this app to get new form submissions from users.

3) I did multiple form entries; my app was successfully posting data into the Source Sharepoint list (ActivityLog).

4) Everything was working fine until I used a combo box control to get (searchable) multiple-choice inputs from the user to store inside my source SharePoint list (ActivityLog) column, which is a choice column.

 

Goal:

1) Get the list of values from a SharePoint List (TB_QueryCategory)

TB_QueryCategory.png

2) Use it in Combobox control.

ComboItemsProp.png

3) Allow user to be able to choose multiple choices from the dropdown

ComboDropdown.png

4) Post the selected multiple-choice values to the Source Sharepoint List (ActivityLog), where the destination column is a Choice column

ComboUpdatesProp.png

 

My Challenges:

1) Getting Delegation warning on the combo box although i filtered my incoming list of values from my Choice table (TB_QueryCategory) Sharepoint list. Filtered results would be less than 25 items though.

ComboDegWarning.png

2) OnSelect SubmitForm function throws "Network error when using Patch function: An error occurred on the server"

SubmitError.png

Networkerror.png

 

Please enlighten me on what I am doing wrong here. Relying on your support. Thank you.

 

Tagging my known MVPs @RezaDorrani @ShaneYoung I am developing this canvas app mostly by watching your videos.

Categories:
  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Franklin_vaz 

    The issue is this...you have an Items property that is providing a full record to the combobox from the TBL_QueryCatalog list.  

    Then, your Update property is providing a record with a Value column that contains a table of records with a 'Sub Category' column.  SharePoint will not be able to use this.

    A choice column needs a record with a Value column.  In the case of a multiple select choice column, it needs a table of records with a Value column.

     

    So, change your Update property to:

    ForAll(ComboBox5.SelectedItems, {Value: 'Sub Category'})

    This will provide the choice column with a Table (as made by the ForAll table function) with records that have a Value column.

     

    Also, check your name for the Sub Category column in the formula.  Out of three places referenced in your post, all three had different names for that column.

     

    I hope this is helpful for you.

  • Franklin_vaz Profile Picture
    47 on at

    Many thanks @RandyHayes. You have helped me fix the submission error.

     

    What would be the solution to avoid the delegation warning then?

  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Franklin_vaz 

    The delegation warning is coming from the combobox search feature.  A combobox uses the in operator for its searching ability.  However, there is nothing you can do to change that.  If you have search enabled, it will give you a delegation warning.  The only way around it is to pull what it wants to search into your app memory.

    That would be worthless if you are only dealing with 25 records as you mentioned.  In this case it is best to know that it is only a warning and that you have nothing to worry about.

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 397 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 354

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard