I'm trying to migrate existing MS Forms responses into a SharePoint list, and I'm stuck on the image part.
Scenario
-
User X owns an MS Form with a File Upload field where respondents uploaded their profile pictures.
-
These are old submissions (I'm not processing new form responses).
-
The responses are available in the Excel file stored in User X's OneDrive, and that Excel has been shared with me.
-
I can loop through the Excel rows and create SharePoint list items without any issue.
-
The SharePoint list has an Image column.
The problem
The Excel only contains the image URL. I can open that URL in my browser, so I clearly have access to the file. However, I need to upload that same image into the SharePoint Image column.
The actual file is still stored in User X's OneDrive, so I can't use the OneDrive connector with my own connection to get the file content.
I know one option is to ask User X to use their OneDrive connection in the flow, but I'm wondering if there's another way.
My question
Since I can already access the image URL in the browser, is there a way to retrieve the image content directly in Power Automate (using the URL, HTTP action, or another approach) and use it to populate the SharePoint Image column without relying on User X's OneDrive connector?
Has anyone handled this scenario for existing MS Forms submissions?