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?