Dear Community,
I have inserted a form on the page want to create a field is to look up office 365 users, like we do in Power Apps with a Combo box.
How do I achieve that with the Power Pages? I have made it a lookup field, but what's available all look like Dynamic 365 tables, such as Customers and Contacts.
Thanks for any help!
Cheers,
cosmoskid
You would need to use some sort of custom solution - try to get the list of internal staff via Power Automate for example and call that Power Automate from Power Pages. And then present it in some sort of custom dropdown/autocomplete component. And then save their selection in the text field. And then if you want to link to actual stuff inside Dataverse use another automation to find that user by text value after the submission. Something like that.
Hi @OOlashyn ,
Thanks for the reply.
I am referring to what we do in Power Apps when using Office 365 connector, the AAD user virtual table was also on my mind but I know it won't work.
So what would you recommend to achieve this?
It will be an external app, in my case, a visitor registration page.
But I also like visitor to look up the internal staff when they register, pulling down from AAD or Office 365.
Thanks!
Hi @nhtkid ,
If by Office 365 users you mean users from your Azure AD - unfortunately it is not possible, as Power Pages doesn't support that virtual table.