Hello, I've been stuck on this for a week. I have built a Power App on top of a Highly confidential SharePoint page. I have full control access and the users have contribute access to the lists. Users were individually added to SharePoint Site Group. Based on the internal description Highly confidential sites can only be shared with named recipients.
I have two combo boxes that pull data from that SharePoint, however while it seems to work when I do it, nothing populates for the end user and I don't know why. The end user can see the details on the actual List on SharePoint. Below are the formulas.
Item= Distinct(Filter('SP List',User().Email=Column.Email),Title) //User should only see items where they have been named in the Column.Email field.
DefaultSelectedItem = If(Form1.Mode=FormMode.Edit,[Parent.Default])
A couple of other things I have tried:
Loading the list into a collection first, then referencing the collection
Created a flow to break inheritance and assign contribute access to individual item.