Announcements
Below given is a card having name as DATACARDVALUE1, i wanted to search the o365 users using the following formula in the VALUE prpoerty.
Office365Users.SearchUser({searchTerm:DataCardValue1.}) After the (.) period i am getting the control properties not the text value.
.
Try
Office365Users.SearchUser({searchTerm:DataCardValue1.Text
------------If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
i can not see the .Text after the datacardvalue1 control as in my question mentioned
Please have you tried:
Office365Users.SearchUser({searchTerm:DataCardValue1.Text})
and it didn't work?
i tried but i am not getting the TEXT after dot, i am mean Datacardvalue1.text is missing and getting value tried that too
Have you tried using the "SearchUserV2" extension in your formula?
I am trying with SearchUser2, but formula is giving an error. I tried adding above Update property of data card.
Can you please advise if I am doing it correctly
Office365Users.SearchUser2({searchTerm:DataCardValue2.Text})
This worked for me. If your organization has a large list of users, you may also need to filter your search by a specific department or some other identifying aspect.
For small lists of users:
Office365Users.SearchUser({searchTerm:txtUserNameInput.Text, top:900})
For larger lists of users:
Filter(Office365Users.SearchUser({searchTerm: txtUserNameInput.Text, top:900}), Department = "your department name")
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 387
timl 340 Super User 2026 Season 1
Vish WR 301