I have a zap which takes a new row of data from Google Sheets and populates into a new Google Slides deck. Half of the data may potentially be blank and currently these remain as {{FieldName}} in the newly created Slides deck, but I’m hoping to change it so it feeds through as “N/A”.
I know I can achieve this through a Formatter>Text>Default Value action:
- Do I need to add a Format step for each field? eg, if I have 14 fields which may potentially be blank, I add 14 Format steps?
- Is there an alternative method which can streamline/simplify the above?
Thanks!