I used combo box.
and I used office365 connector but I'm getting all the organization information but I want to see only one team information.
Thanks,
Raj
Hi Raj,
You will need to find a way to differentiate between the users you want to search through and the ones you don't want to search through.
I suggest you look for a property in the Office365 item that you can filter on, maybe something like manager?
It could also help if you share the code you are already using on the combobox.
Thanks,
Elias-V
That above function is not working
I want access only one team member. I don't want to see other team information.
Thanks,
Raj
Hi Raj.
I have done something similar recently. We did this by adding a filter in Items like this:
Filter(
Office365Users.SearchUser({searchTerm: Self.SearchText}),
CompanyName = "companyName"
)
Hope this helps
Elias-V
WarrenBelz
146,651
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional