When blob is Added or modified ,I need to get all the files from multiple sub folder from container using logical app.
Or If you have any other option please let me know
When blob is Added or modified ,I need to get all the files from multiple sub folder from container using logical app.
Or If you have any other option please let me know
the triggers won't work on subfolders:
Those threads cover this topic:
https://stackoverflow.com/questions/49334524/logic-app-blob-trigger-not-fired-on-subfolder
https://stackoverflow.com/questions/64609265/azure-logic-app-run-trigger-when-blob-is-added-or-modified
You may need to use azure function or multiple triggers
4 people are following this question.