Hey everyone,
back with another question. This time we are getting a runtime error. I know there is a way around this I just can't put my finger on it for some reason.
The Photo: TM information for assigning an asset. We need to get the Managers name and email. Currently I'm using this:
If(
IsBlank(txtEmail.Text),
"",
Office365Users.ManagerV2(Office365Users.ManagerV2(txtEmail.Text).mail).displayName
)
Now, I understand it shouldn't search unless something is in the text box but its still tossing a runtime error at me. Any thoughts? Work around?

