I am trying to create a Flow that takes data from an MS Form submission and creates an item in a SharePoint list. The MS Form includes an upload image option.
The Flow works without the image part.
I tried following a few YouTube videos explaining how to use the Parse JSON action to extract the image data from the submitted form. The flow fails when trying to Parse with the error “the schema validation failed”.
I did notice that when I copy/paste the sample schema as shown in those videos that instead of seeing the full code the Parse action schema box condenses it to
{
"type": "string"
}
I do not know if this is what is supposed to happen or that it happens because of how I am pasting the data.
I feel pretty confident that I am copying the correct data point associated with the upload image question on the Form.