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:
if_null
To illustrate this:
{{if_null NextPayment.Amount}}
You don't have any payments being made at the moment.
{{/if_null}}
Last updated 4 years ago
Was this helpful?