I’ve added a formatter>utility>spreadsheet style formula step.
Formula: ISBLANK(value)
the value is linked to a multiple choice answer in Typeform. If the user does not select the answer ISBLANK(value) returns true, if answer is selected the formula returns false.
To achieve this i have copied the question ID, from a form where the question was completed, which roughly looks like this {}
If ‘Output: true’, then it’s formatted in a lookup.table into a paragraph which then populates a custom/template field in a template google doc.
When the zap completes, it creates a doc from a template.
Currently when the formula returns true the doc is being created with no problems.
When it returns false, the doc is not being created anymore? How can i stop this from happening?