Hi,
Trying to use custom operators in query builder but in the resulting rule the value is null. Is it possible to build rules with custom operators ?
"rules": [
{
"label": "Test",
"field": "CUSTOM_FIELD_VALUE_TEXT",
"operator": "isuppercase",
"type": "string",
"value": null
}