Hi,
I have created the flow which retrives the attachments from Dynamics CRM email and then create folder and add attachments in SharePoint.
I am converting the attachment to base64 as in below screenshort.

base64ToBinary(items('Apply_to_each_2')?['body'])
when i run flow attachments get created and it works properly.
but I noticed that the value of File Content is changing automatically as per below.

due to which I am gettig error when I open document in sharepoint.

