How to get files from Azure blob to SharePoint via Power Automate
Sometimes you may want to get file from Azure Blob to your SharePoint Document library. I will demonstrate a minimal Power Automate flow to achieve that. Before you take action, make sure you have Azure blob account and proper access right. Assume I have one root container, and two sub folders within it. Initialize variables for Blob account and the root container. Add Lists blobs (V2). Add For each. Select an output from previous steps = @outputs('Lists_blobs_(V2)')?['body/value']. ...