What is your goal?
Google Docs Replace Text module keeps returning Missing value of required parameter ‘oldText’ error. Old Text field has a mapped variable containing {{parent_name}}. Using Google Forms trigger with Google Drive Copy a File. Has anyone solved this
What is the problem & what have you tried?
I am building an enrollment automation for a daycare center. Here is my current scenario flow:
Google Forms → Google Drive (Copy a File) → Google Docs (Replace Text) → Google Drive (Download as PDF) → Docuseal (Send for Signing)
What I am trying to do:
When a parent submits a Google Form, Make copies a Google Doc template that contains {{parent_name}} placeholder, replaces it with the actual parent name from the form, converts it to PDF, and sends it to Docuseal for signing.
What I have tried:
Typing {{parent_name}} directly in Old Text field with Map toggle OFF
Typing {{parent_name}} directly in Old Text field with Map toggle ON
Using Tools Set Variable module to store {{parent_name}} and mapping that to Old Text
Remapping New Text field multiple different ways
Deleting and recreating the Google Docs module multiple times
The placeholder definitely exists in the Google Doc template (confirmed with Find and Replace)
What I notice:
When I type {{parent_name}} in any field Make automatically converts it to a dark tag showing just parent_name — is this stripping the curly brackets and causing the oldText to not match?
Error messages or input/output bundles
The Google Docs Replace Text module keeps returning this error:
A required field is empty or in the wrong format. Validation failed for 1 parameter(s). Missing value of required parameter ‘oldText’. Code: BundleValidationError
