I have a SharePoint list that is open to all user. In this list, there is a Person column.On the SharePoint side, I can select any user I want in this Person column without any issues. However, when I create a form in Power Apps, the Person DataCard appears correctly, but when I click the ComboBox inside it, no users are displayed. I’m using the following formula: Choices([@'App Users'].Person) I have used this code in many other tenants without any problems.This is the first time I am experiencing this issue. If I retrieve users with:Office365Users.MyProfile().DisplayName it works fine — which means I have access to users.However, the Choices() formula does not return any users. What could be the reason for this? Thank you in advance for your help