
Announcements
I am looking to create a form to surface on my PowerPages URL.
I have a simple input:
Username:
Once this is entered, I want to automatically pre-populate the below two fields from our Office 365 AAD.
In powerapps itself I can do this by using the below connectors
Email: Office365Users.MyProfile().Mail
UserID: Office365Users.MyProfile().Id
Is there a way to do this in a Power Pages form?
Thank you
My initial research seems to indicate:
Look up / automation is currently only available by using custom JQuery / Javascript not an OUT of the Box feature.
It seems this method relies on URL tags which would be visible in the URL. (Ie http://thisismyurl.com/?id=youcanseeme)