I want to enable users to fill out a form with all of the variable information related to a specific project they are working on, and then allow them to generate four different documents (at various stages of the product) using the variables from the form.
I've created a form, templates, and a workflow, and can generate a single document (I can swap out any one of the templates and each works fine). I just can't figure out how to reuse the variable information from the form to generate the other three documents.
For example, if we decide to start supporting a new product, we would need an Organizational Level Agreement and three different charters. I would like to have it so that the PMs can fill out the Product Name and acronym, and then when they are ready to create the OLA, they just click a button that uses my OLA template and populates all of the Product Name variables in the OLA document with the one from the form. Then, when they are ready to generate the first charter, they click a different button that uses my Charter template and it populates all of the Product Name variables in that charter document with the one from the form.