Skip to main content

Program, sending emails when token values are null.

  • November 27, 2019
  • 1 reply
  • 42 views

andrew_biehle
Forum|alt.badge.img+3

Posting on behalf of a customer. Currently when sending out a program if you use a token in the email and it’s null it won’t send the email out. In the future it would be nice to have the ability to ignore this functionality and send the email regardless.

1 reply

dan_ahrens
Forum|alt.badge.img+2
  • Expert ⭐️⭐️⭐️
  • November 27, 2019

Hi Andrew, you can solve for this by using a bionic query and transformation task whereby you replace any null values with a default value before finishing the query output. This way all records will have a usable value.