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 / Patch a multi select l...
Power Apps
Unanswered

Patch a multi select look up column (sharepoint)

(1) ShareShare
ReportReport
Posted on by 44
Hello, I have a Multi select lookup column in Sharepoint and Im having a hard time patching the column from a combo box. I tried using SubmitForm (because the combo box is inside a form) but it seems to not work. I've tried this code but nothing appears. 
 
ForAll(
    cmbRecipients.SelectedItems,
    Patch(
        'Email Templates',
        LookUp('Email Templates', Title = txtTemplateTitle.Text),
        {
            Recipient:  
            Table(
            {
                Id: LookUp(ENA_Recipients, ID = ThisRecord.ID).ID,
                Value: ThisRecord.Title
            }
            )
        }
    )
)
Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    156,123 Most Valuable Professional on at
    The piece of information missing here is the Items of the Combo Box. Before we go any further, what is this (if simply Choices('Email Templates'.Recipient) then 
    Patch(
          'Email Templates',
          LookUp(
             'Email Templates', 
             Title = txtTemplateTitle.Text
          ),
          {Recipient: cmbRecipients.SelectedItems}
       )
    )
    but I suspect that it is something else.
     
    Please click Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it a Like.
    MVP (Business Applications)    Visit my blog Practical Power Apps    LinkedIn    Buy me a coffee
     

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

#2
11manish Profile Picture

11manish 166

#3
sannavajjala87 Profile Picture

sannavajjala87 71 Super User 2026 Season 1

Last 30 days Overall leaderboard