I'm trying to create a flow with When a file is created (properties only) trigger but I only want it work in specific folders.
In a folder structure that looks like Folder 1 -> Folder 2 -> Folder 3 -> Folder 4 I only want to tigger a flow when a file is created in Folder 2 and Folder 3. I've managed to create a flow that achieved that but I as you can see on the image below I had to indicate a specific folders in which creating a file triggers a flow.

What I would like is to find a way to make a condition look like this:
folderPath is equal to Shared Documents/x/
or
folderPath is equal to Shared Documents/x/y/
where "x" is folder of any name in a Shared Documents and "y" is folder of any name in a "x" folder
I'd be grateful for your help 🙂