I have stored value of variable .I want to store one file in azure blob storage but folder sturcture is like variable name/fileName .So how should I create nested Folder structure in power automate flow .
@AbhishekPawar you can create a nested folder structure in Power Automate. You can use an array and the “Create new folder” action. First, initialize an array variable with the folder structure you want to create. For example, if you want to create a folder structure like variable_name/filename you can initialize the array with the following values:
[
"variable_name",
"variable_name/filename"
]
Next, loop through the array using the “Apply to each” action. Within the loop, use the “Create new folder” action to create each folder in the array.
Use the “Create blob” action to store your file in the appropriate folder. In the “Folder path” field, reference the variable that contains the folder structure you created in step