Last active
November 28, 2019 17:44
-
-
Save beckettkev/be3512e7f05cd0ebe4bb9e5f8ffaee1a 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', { | |
MyInternalChoiceFieldName: { | |
'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference", | |
// Where 'MyChoiceComboBox' is the single select combox box in your Power App | |
Value: MyChoiceComboBox.Selected.Value | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment