I have a collection of objects with two characters each 'type' and 'value'.
I have type ABC, BBC, DBC etc
ABC has value 2, DBC has value 5 and BBC has value 5 etc
I want to perform an action when the object with type DBC has value 5 but not if say DBC had a value 7 and BBC still had value 5.
How do I check the two together in corticon so I know I am testing related variables i.e. those in a single member of the collection?
If you have multiple conditions on the same rule column they will all apply to the same member of a collection.
For example
In row a the condition would be Entity.type and column 1 would be 'DBC'
In row b the condition would be Entity.value and column 1 would be 5