Please implement OR in the conditions. Otherwise it’s impossible to give AccessLevel == 5 OR AccessLevel == 7 access to pages. Only AccessLevel >= 5. Therefore we can’t exclude AccessLevel == 6.
Currently we have to add the "or " manually like this:
{
"column": "ALID",
"bool": "or",
"operator": ">=",
"value": "7"
}
Community Page
Last updated:
Last updated: