I have a flow which runs whenever a new publishing page is created in the "Pages" library. I want to upload the PublishingPageImage to Azure Blob storage for use in PowerApps.
What I was thinking was, with an HTTP request I will fetch the PublishingPageImage image URL. Then store this file in OneDrive, get the file content and then store it in Azure Blob. But this requires a lot of slicing and dicing of strings and is quite confusing. I wish there could be a better way out.
Any help would be appreciated.
Hi @v-alzhan-msft,
Yes. I did look at the Create Blob Action which takes Blob name and content. My issue is I have to do a lot of steps to get the file content.
I was hoping to get a shorter / easier way to accomplish the process.
Hi @sharepointguy ,
Could you please share a screenshot of your flow that runs whenever a new publishing page is created in the "Pages" library?
Have your take a try with the Create Blob action to upload the PublishingPageImage to Azure Blob storage?
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.