Error "Invalid JSON payload received" creating Google Docs template from Tally form

Hello,

Trying to create a Doc from a Tally form, through a G Docs template, here the error message I get:

The tags are correctly retrieved and adressed from Tally form:

What do I do wrong? Thank you !

Hey @almafo, is it possible that you have a multiple choice or dropdown field in your Tally? Those come in as an array and you need to use first() in order to get the value (if it’s single choice).

2 Likes