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,
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
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 AppsLinkedInBuy me a coffee
Was this reply helpful?YesNo
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.