Forum Discussion
Can forms integrate with Active Directory?
AaronMina if all your users that you want in the dropdown are internal then you could build a form in Power Apps which has the Office 365 Users actions and can look up all staff in your organisation. But with Microsoft Forms it's not possible. I did this recently as shown below and we get the user to enter the first few letters of the name or email and then the dropdown on the right is populated. We need to filter it that way because we have 65000 staff:
Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)
Is there a template you used for this or is it all created from a blank app?
- AaronMinaApr 11, 2022Copper Contributor
sarahtchechel When you go into the PowerApps from the list of Apps your company uses:
Click on Create
Then search the templates:
I would suggest selecting tablet, but create one of each to see the differences yourself:
I haven't had too much time to play around with it, but it seems like it is alright.
It integrates within Teams:
Hope this helps out.
- sarahtchechelApr 11, 2022Copper Contributor
AaronMina this is exactly what I am trying to create as well. An employee recognition tool that finds all the employees in the AD and also finds the relationship with its direct manager so it can send an email automatically once someone gets recognized in their team.
What is the exact name of the template you found? I havent seen the "Shout out" you mentioned.
Thanks!
- AaronMinaFeb 10, 2022Copper Contributor
RobElliottThanks for that!
I see there is a template for "Shout outs" I am going to mess with that to see if that fulfills my requirements, but will definitely look into some more custom work. There are other teams that can make use of this as well.
What a nice hidden utility!
- RobElliottFeb 10, 2022Silver Contributor
AaronMina it was all done from a blank app with a SharePoint list as the data source. After the user enters the first few letters of the name in the inpNominee fielld, the items property for the dropdown the code is Office365Users.SearchUser({searchTerm:inpNominee.Text})
Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)