Hi Community,
I have been trying to attach a form submission file in an approval. For some reason it seems to work for the first approval in the chain and the file is accessible. In the second approval further down in the process the attachment is corrupted and has increased in size from 20 to 27 kb. Technically, it has the same name but has changed for some reason.
I have followed this approach in order to avoid the issue with the content bytes: https://powerusers.microsoft.com/t5/General-Power-Automate/Flow-attachment-Error/m-p/1348202#M81123
I have also created two variables - the first one for the emails and the second one for the approvals.

The JSON is formatted as follows:

In addition, I also tried to format the content as
"name":DisplayName,
"content": base64(body('Get_attachment_content'))

The approvals are configured as First to Approve and the file which causes the issue in the second approval is attached in both Approval steps as a dynamic variable. I just can`t figure out why it works only for the first attachment and not for the second one.
Best Regards,
Lazar