Articles on: Expression language

Utility functions

Empty

The empty(value) function checks if field has value.
{% empty({dataField}) ? 'No value' : 'Field has value' %}


JSON decode

Decode JSON string to use in an expression.
{% json_decode('{"key": "value"}', true) %}

Updated on: 18/12/2022

Was this article helpful?

Share your feedback

Cancel

Thank you!