Hello everyone,
I have all these folders (each folder is a specific audit), and each folder contains some images.
I am building this powerapp, where the user can filter the audits (with some specific criteria), and then I want to show the images in a gallery for all the audits he selected.
I have a table (inspection_items) with all the metadata of the audits, and when the user selects the "From date", I am creating this collection below:
ClearCollect(insp_items_dist;Filter(created_at>DatePicker1.SelectedDate))
I tried to filter the gallery like this, but I think it expectes a single value, and not a table.
When I am using a single value for the audit in the filter function, it works.
Filter(Documents;"Shared Documents/media/audit_1ef6297262134ed08b8a72578e3625d9/" in 'Folder path')
Any suggestions?
Thank you

Report
All responses (
Answers (