
Announcements
Hi
I'm having a step in my flow that will upload a file submitted in MS Forms to SharePoint list.
Now for some reason, I keep getting the following error message when the form submitted has NO attachment.
The error message:
"Unable to process template language expressions in action 'Parse_JSON' inputs at line '1' and column '37727': 'Required property 'content' expects a value but got null. Path ''.'."
Although I'm putting a condition not to upload a file UNLESS there's a file, still the flow continues in the yes.
Below is my Flow:
@Anonymous You have to get response details (Forms) and in the condition add 'Attachment' is not equal <blank>.
Leaving blank field means 'null'.
See my example:
Test and mark as solution if this helps! 🙂