Hi, guys! I want to hide the error message, when no manager is found for the current office365 user. Is it possible?
Solved! Go to Solution.
Turn on formula level error management in the advanced settings. Then use the IFERROR
function to trap the error.
IfError(Office365Users.ManagerV2(“johndoe@yourcompany.com”), “”)
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Turn on formula level error management in the advanced settings. Then use the IFERROR
function to trap the error.
IfError(Office365Users.ManagerV2(“johndoe@yourcompany.com”), “”)
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Don't panic!
Simple Enable this:
Go to
«Experimental features section» -> Enable «Formula-level error management»
and Use this Formula: IfError(Office365Users.ManagerV2(User().Email).displayName,"");
was glad to help 😊
Many thanks, this solution works great to solve the ManagerV2 error, however I cannot apply it as it trigs this time error.
I am trying to figure out how to solve it; any suggestion would be welcome.
User | Count |
---|---|
262 | |
110 | |
98 | |
54 | |
39 |