Hi,
In my app i don't have a manager in a O365.
If(IsBlankOrError(Office365Users.Manager("****@****.com").Mail),"True","False").
It's showing correct value in a Label box true.
But along with shows error "No manager found for Specified User". There is No Manager for this user in )365.
So how to avoid this error?
Thanks.