Sharepoint when file is created; it looks at specific folder - I need the flow to act upon any addition of file in the specified folder and child folders.
Assume folder structure is:
/Products/Product1/
/Products/Product2/
etc
If I dump a file into any /ProductXX/ folder, I want to sent flowbot.
I can get the flow to work if I specify when file is created in specific folder, but I want the flow to act upon if I drop file in to ANY /ProductX/ folder
Got this working based on compose actions from previous flow.
Now I need to only kick off sending email when the file added contains the word "Release" or "Guide" in its name AND in its file properties, "Visible" = Yes. There may be a delay between posting the file to SharePoint and make it "visible" in file properties. please advise.