Hi Alexander,
The conditional styling for a Table column has broken in 1.1.14.0
I have an option column with the following conditional style in the vLookup
[
{
“operator”: “=”,
“value”: “Yes”,
“style”: {
“backgroundColor”: “green”
}
}
]
When the column is “Yes”, the style is ignored
The field in question is a CHOICE field with options of “Yes” and “No”
(It worked on 1.1.12.0)
Thanks