Last active
August 28, 2018 16:45
-
-
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
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
| 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