-
Hi, I have such one element: and I would like to check if such item satisfy condition: Is it possible to use such complex object in rule? If yes where do I find example how to create such rule? Regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Ok, I've found solution: rule = rule_engine.Rule( |
Beta Was this translation helpful? Give feedback.
Ok, I've found solution:
rule = rule_engine.Rule(
'how_many_km.value == "100000" and colour.value=="red" or type_of_engine.value=="gas"'
)