Hello Everyone,
Can we store operators symbols like =,<,>,<=,>= in rule input? and Can we use those rule inputs later in "if" condition?
any leads will be appreciated.
Discussion posts and replies are publicly visible
No, not in the way you're describing. I would be VERY cautious in even exploring this route, it contravenes the principle of not having objects 'leak' out their technical implementation, and it'll make the code a nightmare to understand and maintain.
What's the Use Case here? Why do you think you need to be able to do this?