Has anyone else tried to add more than two filter conditions?
In this scenario, I have a variable attached to the initial sort, and this ends up showing in that array as:
{
"candidate_name": {
"filterType": "text",
"operator": "OR",
"conditions": \[
{
"filterType": "text",
"type": "contains",
"filter": "mike"
},
{
"filterType": "text",
"type": "contains",
"filter": "eric"
}
\]
}
Great, but if I have an action to add a 3rd condition, it refuses to update like the data grid cannot accept a 3rd condition.
Obviously, I want to be able to apply multiple filter conditions beyond just 2. Has anyone done this successfully?
