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.