I have answers coming from a form and I need to construct a google document based on the answer. The google doc is a fixed table template and cannot be varied, it must be exactly the same. For that I am using create a google document from a template. Until here everything
The problem, is that there are some answers, that have a configurable list, that means for example a person can have 1,2,3 or infinite automobiles and they must have the ability to pass that info by expanding the template
so if template is for example:
Vehicle
brand
use
I need to be able to create
Vehicle1
brand1
use1
and
Vehicle2
brand2
use2
I somehow managed to pull it through using replaces in the html code, however my problem is that for every iteration i duplicate the whole document obviously and only the vehicles part should be created and added within the document. So I would need to somehow only extract the part of the vehicles for example and then plug it, but its difficult without modifying the format
Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
(Note: Exporting your scenario will not include private information or keys to your connections)
Please provide the output bundles of the trigger module by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
A.
Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.