Hi guys,
I'm new to power Apps and here is what I have:
A list: ListLookup1
A Document Library: DocsLib (tie to the list by ID)
A Power Apps Form: SharePointForm1 (Data source is the list)
A gallery: Gallery1 (Data source is the document library)
I'm trying to sort the gallery depending on the ID displayed on the form.
Here is what I tried with no success so far:
Filter(DocLib,"File:ID" = ID_DataCard1.Datafield)
Thanks for your help.