If I have a rule that says: ``` !next.some_boolean ``` blaze outputs: ``` !newData.child('some_boolean').val() ``` but when I try to add that to my forge's rules I get an error saying: ``` ! only operates on booleans. ```
If I have a rule that says:
blaze outputs:
but when I try to add that to my forge's rules I get an error saying: