We are working to capture business process details (ie: file location, file naming convention, pdf conversion connector, etc) within a child flow so that we can more easily maintain this subprocess when something changes.
In the Parent Flow, we populate the desired word template: works. Send the contents to the child flow: works which does it's magic and then returns the PDF contents back to the parent to do as it pleases (ie: email the attachment to someone). Everything works fine except I cannot get the returned content to attach to an email nor can I get it to create a physical PDF file (which it can do in the child...just not the returned parent...see child flow). It works perfect in Child...the Parent creates a 4 page PDF as expected BUT it is blank.
This is the Parent Flow

This is the Child Flow - NOTE: The contents passed to the child allow me to create a physical pdf file with no issues.
I have tried returning the content as a file and as text (string).

Any ideas