Greetings, I'm trying to create a Flow that takes data from a SharePoint list (List A) and copies it to a document library (Library B). When a new item is created in Library B, it creates a word document using a Word template that I added to Library B.
Both locations have identical columns, but I continue to recieve the following errors:
Status code 500 Headers Key Value Pragma no-cache x-ms-request-id d11c8ca2-b195-40cd-8d29-6a3a5d7b271c Timing-Allow-Origin * Cache-Control no-cache Date Wed, 08 Nov 2017 18:14:48 GMT Set-Cookie ARRAffinity=1f30491caf7b12a0e335a9e466b30b4e592ee6878d560a4a3dae537edec32f67;Path=/;HttpOnly;Domain=sharepointonlineconnectionprovider-westus.tip0-westus.p.azurewebsites.net X-AspNet-Version 4.0.30319 X-Powered-By ASP.NET Content-Length 232 Content-Type application/json; charset=utf-8 Expires -1 Body { "status": 500, "message": "Value cannot be null.\r\nParameter name: value\r\nclientRequestId: d11c8ca2-b195-40cd-8d29-6a3a5d7b271c", "source": "sharepointonlineconnectionprovider-westus.tip0-westus.p.azurewebsites.net" }
The message "value cannot be Null" makes sense, but I do not have a single column that is set to "required". Any idea on why this would happen?
Hi @BrendonBrooksP1,
Could you please share a screenshot of your flow’s configuration?
Further, could you please show more details about your List A and Library B?
The 500 error is a temporary or transient error, the error message told that there is a parameter that you provided with null value.
I have made a test on my side and don’t have the issue that you mentioned. Please check if the value that you provided is null. Besides, take a try to click Resubmit to run the flow again and check if the issue still exist.
Best regards,
Kris