I want to implement a logic app workflow which is using a trigger:
Logic App: Standard Connector: Azure File Storage Trigger: When a file is added or updated
Configuration: giniusdata/Plot/PDF/PDFOUT-Test/NFP/{name}

If I now upload a file to "giniusdata/Plot/PDF/PDFOUT-Test/NFP/", the trigger is working as expected, but if I upload a file to "giniusdata/Plot/PDF/PDFOUT-Test/NFP/Circuits/" or any other subfolder (or even sub-sub-folder), the trigger won't fire.
Is there a possibility to reconfigure the trigger, that it's firing on subfolders as well?