Hi -
Requirement: Retrive file path & file name in SP Library that have been created from a ModelDriven app with multiple attachments. The folder name has the GUID from the record it was created from. example Test333_5B606CDE64314AFD8D3B57C4754DF032
I can filter the folder and corresponding files using a filter array by filtering on Full Path contains the following: toupper(trim(replace(outputs('Get_a_row_by_ID_-_Project')?['body/projectid'],'-', '')))
I would rather filter using the filter query in the Get Files because we will many files in time. Here is what I have tried using both substring & contains:
substringof(item()?['{FullPath}'], toupper(trim(replace(outputs('Get_a_row_by_ID_-_Project')?['body/projectid'],'-', ''))))
Thank you!

Report
All responses (
Answers (