Created
November 28, 2019 17:46
-
-
Save beckettkev/196f60b98355437f514f3a5d71deee4c 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
Patch('My Document Library Name', { | |
MyInternalLookupFieldName: { | |
'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference", | |
Value: MyLookupComboBox.Selected.Value, | |
// Notice the only additional property is the ID for lookups (otherwise it is the same as a choice value) | |
Id: MyLookupComboBox.Selected.ID | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment