I am trying to make a flow where, on submission of a Microsoft form (which contains text and pictures) all the data is added to an excel sheet based on specific user inputs to on my OneDrive business folder. The issues are
1) All the images appear in url formats (Would like a solution or workaround so that the urls can directly be placed as images with specified length and breadth)
My workaround was to integrate a macro to run, unfortunately flow doesn't support macros yet.
Another idea of mine is to use [Step1] MS forms functions "Get response details" and from there use [Step2] the OneDrive functionality 'upload file from url' and [Step3] append it to the excel sheet via 'add a row into a table'
I am facing an issue where the output of Step1 is a mix of image name and other detail:
[{"name":"Sketch_anonymous4.png","link":"blahblahblah","id":"01Y36AVBWQRVMU5OICULRMH","type":null,"size":187170,"referenceId":"01Y3L6J2XFMN6JFYDCYYVUEBOSEA","driveId":"b!1Rb8u9oIBkaS4c6swILxkmJsj8ehx1mFYlbVTI21yrgRKfh","status":1,"uploadSessionUrl":null}]
and this input for Step2 brings up an error where the image cannot be retrieved properly.
Any workarounds or a solution to the provided issue will be of great help for me