If Not Null
If we want to show content if the back office system provided us with a value whatever it is we can use:
To illustrate this:
{{if_not_null NextPayment.Amount}}
You have a next payment being made soon.
{{/if_not_null}}
Last updated
Was this helpful?