I have a list of files in a Library that either start with:
I have a sperate flow that combines "Employee Termination Request" and "Supervisor Comments" into "Employee Termination", so I want to only find files that start with "Employee Termination Request":
This is the "Name" field is actually "Title" which returns as "{Name}" using Get files (properties only).
I trued using "Title", "Name", and "{Name}" in the Filter Query and I get no results with all of them:
Hello @IPC_ahaas ,
the file name is represented by a hidden column FileLeafRef, and if you want to search if a file name starts with a string you can't use 'equals' operator. Use startsWith(...) instead.
startswith(FileLeafRef, 'Employee Termination Request')
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2