Hi,
I was trying to get a file generated in PAD into my cloud flow and send an email. I am able to generate the file again within the cloud flow if i send an http request to it and i can see the data for attachment showing like this.
"emailMessage/Attachments":[{"Name":"testFile.pdf","ContentBytes":{"$content-type":"application/octet-stream","$content":"JVBERi0xLjMKJdP0zOEKMSAwIG9iagpbCi9QREYvVGV4dC9JbW
One area i was trying is using an output variable in PAD to return the base64text value to the cloud flow. But i am having issues to regenerate the file again. I can see the output data for attachment looks like below.
"emailMessage/Attachments":[{"Name":"test.pdf","ContentBytes":"JVBERi0xLjMKJdP0zOEKMSAwIG9iagpbCi9QREYvVGV4dC9Jb
I really want to make it simple and just use the output variable so i can only be running one flow for my process. Should i be doing something different to make the output variable working?

Report
All responses (
Answers (