Hello All,
I'm finishing an Opportunity APP, and when published and opened in PowerApps Desktop, the red error (as printed below) is displayed.
I understand that somewhere in my APP, I'm passing Blank information, and the Microsoft365 connector doesn't handle that well.
However, I'm only using connectors for the information POPUP and for the image on the customer card, as shown below.
I'm brasilian portuguese to develop. Translated Error: usuariosdooffice365.userprofile with a failure. The "UserProfile" function has an invalid value for the user ID parameter - a blank value was passed where it was not expected. Check...

Picture: ThisItem.'SE_Sales Executive'.Picture
The picture is displayed during development but not when published.

Pop UP - when SE, MQR, and SDR are clicked:
Works perfectly. But the information isn't obligatory, so I have some customers only with the Sales Executive registered.
Name: UsuáriosdoOffice365.UserProfile(ContactId).DisplayName
Job Title: UsuáriosdoOffice365.UserProfile(ContactId).JobTitle
Department: UsuáriosdoOffice365.UserProfile(ContactId).Department
Mail: UsuáriosdoOffice365.UserProfile(ContactId).Mail

Please help me identify where the issue might be, and how I can resolve it. Thank you!