my question is how can I list the filesnames in storage's folder and save them in a file via LogicApps?
CodePudding user response:
You can initialize an array and use Append to array variable to store the name of the blob inside the array and then use create Blob to save the list of files from the required container. Below is the flow of my Logic App.

RESULTS:
RESULT IN LOGIC APPS

RESULT IN STORAGE ACCOUNT


