Hi all,
I'm inputting an if statement into my email but want to compare the value of one field to another in the system, whilst I get no errors when setting the logic up, the output is blank in tests where it should be showing the information. The below is an example of the code I'm using. Is there a way to make this work, or is it impossible to compare the values in two fields and only show dynamic content if they match?
{{#if ( eq contact.A contact.B)}} THIS IS A TEST {{/if}}
Thanks, Charlie