Hello,
I have a combo box containing a list of users. And I'm trying to get the manager's email for the selected person. What I'm missing from the below formula?
Office365Users.ManagerV2(SelectBox.Selected.Result).mail
Any suggestions?
Thanks,
Omi
Solved! Go to Solution.
Okay, then you'll need to do a double call to the 365 user connector.
With({_user: First(Office365Users.SearchUserV2({SearchTerm:SelectBox.Selected.Result, top:1).value)},
Office365Users.ManagerV2(_user.Mail).mail
)
It appears you are passing a gmail account to that function...that will never work! What is the First function returning and what is the email column value?
User | Count |
---|---|
260 | |
109 | |
93 | |
57 | |
41 |