Hi,
I have use case where I need to check input value match all of the (‘val1’,‘val2’,‘val3’) in decision table.
What would be the input looks like in this case?
{
“decisionKey”:“TEST_RULE”,
“inputVariables”:[
{
“name”:“input”,
“value”:“val1,val2,val3”
}
]
}