I am designing a PowerApp to be used with some external users. It will be used to allow them to fill out a form which sends data back to a SharePoint list.
I created the app, created some guest users in my tenant and I am successful in having them write back to the SharePoint list. I am now trying to only show them the list items that they are responsible for by filtering using email addresses. If I use a regular (non-guest) account then everything works just fine. I use the Office365Users connection to retrieve the email address of the current user.
When I try it with a guest users I get an error that access is denied to the Office365Users connector.
I have assigned the external users full Office licenses (for testing) and they can access the SharePoint lists but it's just the Office365 connector.
Can anybody tell me what I am doing wrong?
Thanks