Best answer

Remove placeholder if no data (Google Slides)

  • 18 January 2023
  • 3 replies
  • 159 views

Have a ZAP that creates a new google slides presentation from a template when a new form response is received. 

 

Issue I have having is that if a section of the form is not answered this leaves the {{placeholders}} and I would like to remove them. 


Thanks! 

icon

Best answer by Troy Tessalone 18 January 2023, 20:26

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Userlevel 7
Badge +14

Hi @Aaron.O 

Good question.

GDocs has this options when using a Template, but unfortunately GSlides does not.

 

Perhaps consider using multiple GSlides templates and Paths in Zaps.

Or you can try using Formatter > Text > Default to set a default value for null data points.

@Troy Tessalone Thanks, is there any workaround? 

Userlevel 7
Badge +14

@Aaron.O

Perhaps consider using multiple GSlides templates and Paths in Zaps.

Or you can try using Formatter > Text > Default to set a default value for null data points.

 

A Code step can also be used to check multiple data points.