I have produced a word document with plain text content controls which I want to be able to automatically fill in based on information in a sharepoint list.
This is the outline flow I have set up:
However, I am getting these errors in the outputs:
Body:
{
"status": 400,
"message": "The image is not of type PNG or JPG. Please provide an image of type PNG or JPG.\r\nclientRequestId: 1255f80c-2a48-4c6b-99bf-c3e6f9c4a844",
"error": {
"message": "The image is not of type PNG or JPG. Please provide an image of type PNG or JPG."
},
"source": "wordonlinebusiness-uks.azconn-uks-002.p.azurewebsites.net"
}
Headers:
{
"Cache-Control": "no-store, no-cache",
"Pragma": "no-cache",
"Set-Cookie": "ARRAffinity=42adf2e9a8b2ce08381c95342e7cad11c884334c6ce0f57d5c66258f258e382f;Path=/;HttpOnly;Secure;Domain=wordonlinebusiness-uks.azconn-uks-002.p.azurewebsites.net,ARRAffinitySameSite=42adf2e9a8b2ce08381c95342e7cad11c884334c6ce0f57d5c66258f258e382f;Path=/;HttpOnly;SameSite=None;Secure;Domain=wordonlinebusiness-uks.azconn-uks-002.p.azurewebsites.net",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"x-ms-request-id": "1255f80c-2a48-4c6b-99bf-c3e6f9c4a844",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "DENY",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "false",
"x-ms-apihub-obo": "false",
"Date": "Tue, 07 Nov 2023 11:26:44 GMT",
"Content-Length": "369",
"Content-Type": "application/json",
"Expires": "-1"
}
Can anyone explain?

Report
All responses (
Answers (