How to retrive the Table information in to the gallery or in to a data table control.
my code for searching office365 users, in to a collection and from collection i wanted to search
when i look at the collection NAME is having a table icon when i click on table icon i getting the user information like
displaname ,email address etc that inforation has to populate in gallery. any help is appriciated
Solved! Go to Solution.
Hi @Rabbanisyed ,
That is because you have NAME in the schema of your collection (it simply collects a Table in it as you have requested it to do) - you simply need
ClearCollect(
searchM365users,
Office365Users.SearchUserV2(
{
searchTerm: username.Text,
top: 999
}
).value
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @Rabbanisyed ,
That is because you have NAME in the schema of your collection (it simply collects a Table in it as you have requested it to do) - you simply need
ClearCollect(
searchM365users,
Office365Users.SearchUserV2(
{
searchTerm: username.Text,
top: 999
}
).value
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Thanks, @WarrenBelz when i remove the NAME i get the blank information
how to retrive the input when a user search the username in the textbox in to the datat table?
Like this
ClearCollect(
searchM365users,
Office365Users.SearchUserV2({searchTerm: YourTextBox.Text}).value
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
200 | |
71 | |
50 | |
46 | |
20 |
User | Count |
---|---|
256 | |
120 | |
84 | |
79 | |
69 |