Hello,
to explain the whole of my flow:
- When create new annotation in dynamics, i create a new file in OneDrive with the attachment body.
- I create a new file, with for body that of the file lastly create and converts to PDF (WordToPDF). The PDF file is well created and readable.
- Now, I want to modify the annotation by updating the documentbody and putting the one of the PDF.
But I encounter an error at the time of the final update.
"Bad Request"
INPUTS :
item
{
"notetext": "I'm modified.",
"documentbody": {
"$content-type": "application/pdf",
"$content": "JV9(...)G"
},
"isdocument": true,
"subject": null
}
OUTPUTS :
Status code
400
Headers
Key
Value
Pragma
no-cache
x-ms-request-id
d79efeee-e8a1-42b7-9078-fde9b9406d4a
Timing-Allow-Origin
*
Cache-Control
no-cache
Date
Mon, 23 Oct 2017 13:52:10 GMT
Set-Cookie
ARRAffinity=1c9e178b01a7edf5c61dddca8a1b25611827b36b00452aca3fbb81b8878998b1;Path=/;HttpOnly;Domain=dynamicscrmonlineconnectionprovider-northeurope.db3-ase-001.p.azurewebsites.net
X-AspNet-Version
4.0.30319
X-Powered-By
ASP.NET
Content-Length
242
Content-Type
application/json; charset=utf-8
Expires
-1
Body
{
"status": 400,
"message": "A value must be provided for item.",
"source": "dynamicscrmonlineconnectionprovider-northeurope.db3-ase-001.p.azurewebsites.net",
"debugInfo": "clientRequestId: d79efeee-e8a1-42b7-9078-fde9b9406d4a"
}
If I'm not clear, do not hesitate to ask me for more details.
Thanks in advance.
Hi @BDDev,
Can you share the detailed configuration of the fields in each actions?
Regards,
Mona
Heya,
Did you ever figure out what the issue was with creating the attachment back in CRM?
I figured this out..the issue is that you need to have the body content 'cast' to base64. I was able to create pdf attachments back in Dynamics via Flow.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
29 | |
27 | |
23 | |
17 | |
10 |
User | Count |
---|---|
66 | |
58 | |
29 | |
27 | |
25 |