Hello everyone,
In a Sharepoint integrated powerapp, i want to have a gallery filtered with my SharepointIntegration item.
I did this formula :
Filter('My List', LookupCol.Value = SharePointIntegration.Selected.Reference)

But i have a delegation warning. My Source list will be over 2k items, so I have to avoid it.
Does anybody know how to avoid delegation warning in this case?
I would prefer to keep my "Reference" column as a lookup rather than the ID
Thanks !