Hi Folks,
I'm trying to handle the error Office365Users.Manager() whenever a user has no manager. Power apps not seem to be catching this even after using ifError.

I tried turning on formula level error management, but it enabled a bunch of other errors to show up in several other locations (which did not show up before). Some of them I'm not able to handle even after validating for empty or blank object.
Is there anyway to check if manager exist for user first, without error showing up?
Thank you.