I have a flow for when a form is submitted it creates a item in a SharePoint list. The flow contains a condition where if the form contains an attachment a link to the attachment is add to the item.
My problem is that if a form is submitted without an attachment the flow fails with the following;
Unable to process template language expressions in action 'Parse_JSON_2' inputs at line '1' and column '3438': 'Required property 'content' expects a value but got null. Path ''.'.
Solved! Go to Solution.
Hi @Steve_Ray74
Please change the condition as shown in the figure below and try again.
Add attachment when the upload file is not empty.
Hope the content above may help you.
Best Regards
If my solution helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Steve_Ray74
Please change the condition as shown in the figure below and try again.
Add attachment when the upload file is not empty.
Hope the content above may help you.
Best Regards
If my solution helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
102 | |
40 | |
29 | |
23 | |
16 |
User | Count |
---|---|
132 | |
52 | |
50 | |
36 | |
24 |