Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Dynamics 365 Replace Annotation attachment.

(0) ShareShare
ReportReport
Posted on by

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.

  • bruce365 Profile Picture
    17 on at
    Re: Dynamics 365 Replace Annotation attachment.

    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.

  • bruce365 Profile Picture
    17 on at
    Re: Dynamics 365 Replace Annotation attachment.

    Heya,

    Did you ever figure out what the issue was with creating the attachment back in CRM?

  • v-monli-msft Profile Picture
    on at
    Re: Dynamics 365 Replace Annotation attachment.

    Hi @BDDev,

     

    Can you share the detailed configuration of the fields in each actions?

     

    Regards,

    Mona

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1