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 / Combobox in Edit Form
Power Apps
Unanswered

Combobox in Edit Form

(0) ShareShare
ReportReport
Posted on by

Business case:
We have one combo box with multi select value.

On New form we are patching the Combo box.selectedvalues on SharePoint lookup field but in edit form I am having an error while I want to patch with an updated combobox.selectedvalues.

In detail Investigation, I found the combo box.selectedValues having blank value, basically it is not holding any value

Can any one help me with this, how we can patch an updated combobox.selecteditems?

Categories:
I have the same question (0)
  • AhmedSalih Profile Picture
    6,680 Moderator on at

    Hello, @PowerplatformRJ, You can use this formula:

    Patch(
     [@SharePointList],
     {ID: FormName.LastSubmit.ID},
     {
     LookupColumnName: ForAll(
     ComboBoxName.SelectedItems,
     {
     '@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
     Id: ID,
     Value: Title
     }
     )
     }
    )
    

     

    If my reply helped you, please give a 👍  , & if it solved your issue, please give a 👍 & Accept it as the Solution to help other community members find it more.

    I am primarily available on weekdays from 6-10 PM CT and 5-10 PM CT on weekends.

    Visit my Blog: www.powerplatformplace.com

    Visit my YouTube Channel: https://www.youtube.com/@powerplatformplace/videos

     

     

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

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 325 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 88 Super User 2026 Season 1

Last 30 days Overall leaderboard