Trom'ka PowerAppers,
I am using a gallery that displays the data (images/PDFs) in a standard SharePoint library (documents).
Depending on a selected customer (RecordVar.LeadName) from another gallery, a user can only see data stored in a customer folder in SharePoint.
The only problem I have at the moment is:
IsFolder = false is not delegable.
My code looks like this:
Filter(
Dokumente;
IstOrdner = false;
RecordVar.LeadName in Ordnerpfad
)
Is there any way I can avoid the delegation warning without showing folders in a gallery?
Thank you!

Report
All responses (
Answers (