Hi all
Attempting to build a workflow to email scheduled reports as outlined in the latest EPM 12 cloud environment (link)
Thus far I've been able to build the workflow and test it to:
- Pass the requisite variables on running the report (appName, bookName, imageFormat, usePageLayout, outputFormat = 0 [pdf])
- Perform a loop step to wait for the report to be in status 'finished' (check report status using jobID)
- Setup a getAsynchronousExportResult

A couple things that I'm not sure how to proceed on
The asynchronousexportresult doesn't provide opportunity to obtain the pdf body from the workflow for addition to an email output; whereas, on the ION API/Swagger test it does (even though the downloaded content won't open in acrobat).


Am I misunderstanding something basic in the Workflow configuration - eg should this be called in another way to capture the PDF body and pass it to a message?
Any insight or understanding would be most helpful!