Skip to content

Instantly share code, notes, and snippets.

@chrisobriensp
Last active August 28, 2018 16:45
Show Gist options
  • Save chrisobriensp/c73936469064bb9253b8faeeefdd3889 to your computer and use it in GitHub Desktop.
Save chrisobriensp/c73936469064bb9253b8faeeefdd3889 to your computer and use it in GitHub Desktop.
PowerApps formula to call Azure Function via existing data source - in this case to FETCH the user's profile data from Office 365
UpdateContext({fetchedUserData: 'cob-gen-functions.azurewebsites.net'.apiFetchUserDetailspost({userPrincipalName: lblUserEmail.Text})})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment