How to get variable from TypeForm and send values to Google Docs

Hello and thank you for your help!

I’m not an expert. I’m trying to get variables from TypeForm and use them to create a Google Docs from template.

you can see that Make receive 3 variables: prix, score and titreformation:

For an unknow reason, i only see the variable titreformation suggested in the Google Docs module. And I’m not able to get the value of any of the 3 variables.

Thank you so much for your help!

Welcome to the Make community!

1.

Your variables module is an array. To map items from within an array, use the map and get functions.

For more information, see

2.

Perhaps you did not create the placeholders in the template correctly.

If you need further assistance, please provide the following:

  • Share link to your Google Docs template.
2 Likes

Hello and thank you for your help,

Finally, I tried: {{1.variables[4].text}} and it seems it work well.

is it correct? or do I have to you the map function?

You can do that too. The map function works if the position in the array is unknown.

2 Likes