Skip to content

Instantly share code, notes, and snippets.

@beckettkev
Last active November 28, 2019 17:44
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/be3512e7f05cd0ebe4bb9e5f8ffaee1a to your computer and use it in GitHub Desktop.
Save beckettkev/be3512e7f05cd0ebe4bb9e5f8ffaee1a to your computer and use it in GitHub Desktop.
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