Articles on: Expression languageUtility functionsEmptyThe empty(value) function checks if field has value. {% empty({dataField}) ? 'No value' : 'Field has value' %}JSON decodeDecode JSON string to use in an expression. {% json_decode('{"key": "value"}', true) %}Updated on: 18/12/2022