Created
November 28, 2019 17:43
-
-
Save beckettkev/d90136f916aebe833ef0f82e546df103 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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