Hi,
I have an app where I fetch some information about a user based on a text field. My formula looks like this:
Office365Users.UserProfileV2(txtUserInitials&"@blahbalh.com").displayName
Even though it works and fetches the data as expected, it get this runtime error in the app:
Office365Users.UserProfileV2 failed: { "error": { "code": "ResourceNotFound", "message": "User not found", "innerError": { "date": "2020-11-12T08:00:32", "request-id": "XXXXXX", "client-request-id": "XXXXXX" } } }
Is there anyway I can avoid this error?