I have encountered a problem when formating a datetime. A log is raising a warning when the value is null. In order to avoid warnings in log I try to setup a condition in AttributeManager. I would like to reuse (copy/paste) the condition definition so I try to use "@CurrentAttribute". It's working as expected in Attribute Value part, but not in the test condition (see attached image).
If I use
@CurrentAttribute() ATTRIBUTE_HAS_A_VALUE
I get <null> results despite the attribute has a value. Any suggestion how to set up the condition for current attribute correctly?