Hello:
I have a use case specifically for assigning a term. If the data is a 9 digit number and if the field name is NOT one of the list i want to exclude - then that term be assigned.
I also have additional field names that i want to be tagged with that term - irrespective of value with in that field.
As of now - iam able to create separate rules one that runs on metadata and other runs on real data - and put a OR condition or AND condition between the two rules. But that is not addressing my use case very well.
I need one rule that can refer to both real data and metadata. OR - i should be able to give a complex join condition with more than two rules
(Rule 1 AND Rule 2) OR (Rule 3)
Has anyone done something like that?