
Announcements
Hi!
I've a library UploadLib with folder UploadFolder and in SharePoint site.
In my Power Automate flow I want to get all list and libraries files but except UploadFolder in UploadLib.
I use Get all list and libraries action and after I try to apply Filter array action. But I don't know how to exclude the folder in filter.
I can exclude only the entire library but that's not what I need.
Please tell me how can I exclude only a folder in the library. Do not exclude the library itself.
Thank you!
Please use your expression for Filter Array 3 as:
@Anonymous(equals(item()?['Type'],'3e7820c2-7373-473a-aa87-c47303334a3f'))
Don't use String before Name property.