Hello,I am trying to add a personalization block for a first name field
that is not directly in the recipient schema.In fact the first name I
want to capture is in a one to many table (event registration) linked
back to the recipient table. When using this ternary javascript
statement it is I am just seeing a undefined value in the email I
receive (the below block of code is in a try block). This should check
if that first name in the registration exists, and if not, use the
recipient first name...