I have an Azure Logic app that has the following workflow :-
I want to use the "When blob is added or modified" trigger instead of the recurrence trigger. A new folder will be created every month, so the logic app needs to pick up the blob contents from the latest created folder in the container. I tried using the "when the blob is added or modified" trigger, but it gave no response. It just ran for a while and eventually timed out, giving no result.
I'm assuming, the trigger doesn't know from which folder to pick up the files from, since new folders are getting added.
Any advise on this? Thanks!