Hi All,
Hope to get some error handling guidance. I am setting a variable to store the manager of the current user in my App.OnStart:
Set(firstmanagerUser, Office365Users.ManagerV2(User().Email).mail);
This generates the nasty "manager record not found" red error message if it can't find a manager record in AD for the current user. How can I supress this error message? I've tried variations of IsError, IfError, but can't seen to supress the message.
Note: I've tried turning on "Formula-level error management" in Settings, and that supresses the error globally, but that messes up a whole lot of other things in my form 😞 (like all my Value() conversion statements )
Thanks for any help!
Cheers,
Troy
Solved! Go to Solution.
@TeeroyLyon Unfortunately, what you have noted is the present situation. Please raise a ticket with MS.
@TeeroyLyon Unfortunately, what you have noted is the present situation. Please raise a ticket with MS.
Yes, but strange...if I add a few lines of code in the block...it seems to delay the error and it doesn't appear. Really strange behaviour.
User | Count |
---|---|
119 | |
86 | |
83 | |
74 | |
69 |
User | Count |
---|---|
215 | |
179 | |
140 | |
109 | |
83 |