Hello Community,
I have created a customized form for a SharePoint list which uses a text label with a LookUp() function to display current entries from the SharePoint list. For me and colleagues with "full control" access rights this feature works perfectly fine.
However, I gave some colleagues "reading" and "add items" access to the connected Sharepoint site. The list inherits these access rights. These colleagues can see the items in the list but when they open the form they don't see the content of this LookUp function. Even when I gave them editing access to the whole site (and thus also the list) the label did not work for them. Does anyone have an idea why this happens?
These are the current access rights:

The text label within the form contains the following code (modified):
LookUp('List Name'; Title = Project_Name_Dropdown.SelectedText.'Projects' ; ColumnName))
I also have a second question: Is there maybe any way to test permissions without having to ask my colleagues all the time if the form works for them (I know there is a "check permissions"-feature in SharePoint. However, this does not apply to the PowerApps form)?
Thank you in advance for helping me out! 🙂
Best regards,
kk4