Skip to content

Instantly share code, notes, and snippets.

@beckettkev
Created November 28, 2019 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beckettkev/d90136f916aebe833ef0f82e546df103 to your computer and use it in GitHub Desktop.
Save beckettkev/d90136f916aebe833ef0f82e546df103 to your computer and use it in GitHub Desktop.
// You get the idea...
ForAll(
MyComboMultiSelectBox.SelectedItems,
Collect(
ChoiceValuesFromComboBox,
{
'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
Value: Value
}
)
);
Patch('My Document Library Name', {
MyInternalMultiChoiceFieldName: ChoiceValuesFromComboBox
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment