Forum Discussion
Get Url from image in microsoft forms with flow
Hi FlowDev you need to add a Parse JSON action to your flow. The easiest way to get the schema is to run your flow as it is and copy the JSON code for the image (in my example I'm uploading the details from the form to Excel):
In your flow add the Parse JSON action, in the content box select Image from the dynamic content, click Generate from Sample and paste in the code you copied:
You will then have an apply to each where the output box is Body (from the Parse JSON action), and you can select link from the Parse JSON section of the dynamic content:
The result in the spreadsheet will be just the url without all the other stuff:
Rob
Los Gallardos
Microsoft Power Automate Community Super User
RobElliott From where can I get the JSON code for the image?