Hi I have this scnerio in DMN where my input variable is list of strings. List.
I am trying to have a rule where category is a list of string say for example. [“C1”, “C2”, “C3”] and i want to match if catogory contains “C1” then out put should be “Valid”
Agree with this. my “category” type is a list actually. it can have values like [“C1”, “C2”] or [“C5”, “C2”, “C3”]
need to try as list contains(category, “C1”) then.