Hi,
I’ll get the help text fixed in the next version. You must change the value to true / false for it to work on a boolean field – like this:
[
{
"operator": "=",
"value": false,
"style": {
"backgroundColor": "red"
}
},
{
"operator": "=",
"value": true,
"style": {
"backgroundColor": "yellow"
}
}
]
PS: I found that if you have a whitespace as the first character in the conditional formatting, it won’t work – this will be fixed in the next version.
Alexander