Hello Power Automate Community,
I hope everyone is doing well. I'm currently working on a project where I need to send a PDF file using the HTTP Request connector in Power Automate, but I've encountered some challenges that I can't seem to resolve.
Here's the context:
base64()
function to encode the file content before sending it. However, when I save the flow, the function gets reset to @{body('Get_file_content')}
, which causes the request to fail.I would greatly appreciate any insights, suggestions, or resources to help me resolve this issue. Thank you in advance for your support and time!