Hi Team,
how can I create expression like below.
exp = (actor.test-user-access[0] == "custom" && request.test.context == "xyz" && request.model.type == "abc")
env.Compile(exp)
following error is coming.
type-check error: ERROR: <input>:1:11: undeclared reference to 'user' (in container '')
| (actor.test-user-access[0] == "custom" && request.test.context == "xyz" && request.model.type == "abc")
| ..........^
ERROR: <input>:1:16: undeclared reference to 'access' (in container '')
| (actor.test-user-access[0] == "custom"" && request.test.context == "xyz" && request.model.type == "abc")
| ...............^Exiting.