
Hi everyone,
I have a record in Dataverse that includes a .docx file. I need to work with this file in DocuSign via a Power Automate Flow. Docusign requires the format to be 'base 64'.
I've performed a Get Row by ID action to retrieve the appropriate record from the Dataverse table. In Power Automate, when attempting to wrap the dynamic placeholder representing the file in the base 64 expression, the file placeholder is not selectable from the dynamic data picker. IE in the Expression editor when attempting to use base64() , then going to select the file placeholder, it's not present.
Can anyone advise on how to ingress a .docx file from a Dataverse record and convert it to Base 64 so it works with Docusign?
Thank you!