Forum Discussion
SeanConnaughto1
4 years agoQrew Cadet
You can use the {{CLEAR}} code:
{% if c.call_rating != '' %}
Call Rating: {{c.call_rating}}
{% else %}
{{CLEAR}}
{% endif %}
{% if c.call_rating is defined %}
Call Rating: {{c.call_rating}}
{% else %}
{{CLEAR}}
{% endif %}
Check out the documentation if you have the time, it's very helpful: https://help.quickbase.com/pipelines/transforming_data.html
------------------------------
Sean Connaughton
------------------------------
DanielJohnson2
4 years agoQrew Trainee
Hey Sean,
Thanks for the reply, but that didn't work. I still got "Call Rating:" in the email output with nothing after it.
------------------------------
Daniel Johnson
------------------------------
Thanks for the reply, but that didn't work. I still got "Call Rating:" in the email output with nothing after it.
------------------------------
Daniel Johnson
------------------------------