I'm using an Azure Logic App to get Blob contents from my Storage Account. My storage account has a container with 2 subdirectories. Eg. Container > Pics > 202001 > Pic1.png The second sub-directory will change every month. (eg. 202002, 202003) So I need to dynamically get all the contents from the new sub-directory created, without manually having to enter the path of the newly created folder in my logic app designer.
Is there a way to achieve this?
Any help will be greatly appreciated!