Hi! I'm a total newbie with a lot of UX Experience. And I'm trying to create a simple application that loads a User from Office365/Azure and Displays them in a gallery. Now of course there are loads of tutorials about this and I've been able to load in the users from O365 in a gallery. Now I've been able to style this gallery no problem. However I want to add something extra. 50% of the screen should be the Gallery loading in their Full names, Function and E-mail. The 2nd half of the screen should be a little dashboard just like in the Active directory where you can see other information pulled from Data-sources.
Long story short. How do I take Users found with the following query and load in the correct user when selected to expand upon in a more worked out interface?
I use this standard line of code in the gallery to look up users in O365 and load them into a Gallery.
Filter(Office365Users.SearchUser({searchTerm:txtEmployee.Text,top:10}),AccountEnabled=true)
Afterwards I need to load the correctly selected user in the 2nd screen by sending the Full name to the 2nd half.
I'm sorry if I'm a total newbie. But i've been searching everywhere and all the beginner tutorials end without doing something with the full users.
Solved! Go to Solution.
Hi @RickPowerapp,
Do you want to display the Gallery selected user in another screen?
Could you please tell me which control you want to display the selected user's full name?
Actually, the Gallery.Selected including all the info related to the selected user as a format of a record, so if you want to retrieve the full name, you just need to reference to
Gallery.Selected.DisplayName
Not sure which control you want to populate the full name with, I just assume a TextInput or something text box.
Hi @RickPowerapp,
Do you want to display the Gallery selected user in another screen?
Could you please tell me which control you want to display the selected user's full name?
Actually, the Gallery.Selected including all the info related to the selected user as a format of a record, so if you want to retrieve the full name, you just need to reference to
Gallery.Selected.DisplayName
Not sure which control you want to populate the full name with, I just assume a TextInput or something text box.
Hi,
Yeah I already found the solution and it involved getting Gallery.Selected. thanks for you reply. I'm making this as the solution!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
192 | |
52 | |
41 | |
39 | |
35 |
User | Count |
---|---|
261 | |
86 | |
71 | |
70 | |
66 |