
Announcements
Hi all,
I'm using the Microsoft365 connector for my Power Ap. What i basically do is that I register the logged-in user and if he/she fills in the form it will 1) check whether user is registered in DB and thus able to send this input to db, 2) add a new row with data of the form. It always worked for both internal and external users of our tenant.
However, now we have released a new version of the app, and its not working anymore for EXTERNAL email adresses only (for internal email adresses it works). The user can see the application and navigate through it, but the post action of form is causing this error. We didn't change anything to this connector or corresponding logic, and if we go back to an older version this error is not present anymore...
The error object is constructed as following: { code: "Request_ResourceNotFound", message: 'Resource' example.mail_hotmail.com does not exist or one of its queried reference property objects are not present }. What could cause this error? FYI: _ instead of @ is always the case with external email adresses registered in our tenant.
If you encountered this problem or know the solution, please let me know!