Hi @Bezufranck
Â
Try using a Formatter > Text > Default Value step in the Zap.
https://zapier.com/help/create/format/set-default-values-for-blank-fields-in-zaps
Â
You could try adding a custom Code step that evaluates if the value from Airtable is null, and if so replace that with a single space, which would be invisible on the GSlides and should remove the {{placeholder}}.
https://zapier.com/apps/code/help
Hi there! Â
@Bezufranck @Troy Tessalone
Â
I am having the same issue as my blank cells (more than 20) from Google Sheets are still displaying the placeholder in my Google Docs Template.
Â
I originally assumed that formulas that return blank results, should display as empty strings?
Â
I’ve tried formatting the blank cells to replace with c:space:] and it still displays the placeholder.
Â
Would it be best to resort to Javascript?
Just wanted to jump in here to confirm that using a Formatter (Text > Default Value) step to replace blank values with a :space:] won’t work.Â
Space characters will still cause the field to be recognised as blank/empty and result in the placeholder name appearing.Â
An alternative would be to use a Formatter (Text > Default Value) action to replace blank values with a value like Unknown. This would result in the word Unknown being added to the slide. Not ideal, but may be preferable to the placeholder name from appearing.