Hey there I have a Zap that is triggered when a new entry is completed in Typeform. It goes like this:
Typeform>Create Spreadsheet Row in an existing Google Form>A Custom Action that replaces all instances of “FALSE” with “Fail”>A Custom Action that replaces all Blank Cells with “Fail”>Another Customer Action that replaces all instances of “TRUE” with “Pass”>Feeds into a template of a Google Doc and replaces placeholder variables.
My issue is that it still reads the Pass and Fail as TRUE and FALSE, even though I can see that the template in Sheets is showing the correct data. Do I need to do the find and replaces another way, or should it see only the original data?