Hi,
I am looking to include specific text in a google doc template based on a google form input, for example.
Form question : Which country so you live in?
Possible answers: England, Wales, Scotland, Northern Ireland
Text in doc temmlate
<if “country” = “England”>
Because you live in England these laws apply xxxxxxx
<endif>
<if “country” = “Wales”>
Because you live in Wales these laws apply xxxxxxx
<endif>
etc
This is to help easily build sales proposals based on the form answers. I have found a google plugin called ‘Document Studio’ which does this very nicely, but preference would be to use Zapier.
Thanks