If Null
If we want to show content if the back office system provided us literally nothing for a value which would normally be populated we can use:
To illustrate this:
{{if_null NextPayment.Amount}}
You don't have any payments being made at the moment.
{{/if_null}}
Last updated
Was this helpful?