Multiple input values for the same DMN column

Hi,

I have a requirement, where I want to give multiple input values to the DMN table for the same column. For example, there is one input column named scenario and two output columns count and sub-process. In business rule task in the BPMN, i want to pass multiple values in scenario (like ‘A’, ‘B’,‘C’) and it should return 3 results (3 rows), each having count and sub-process (two output columns). I am using spring boot micro-services and want the solution using Java.
Can you please help here ?

@jdhwani Are you referring something like this? HitPolicy: Collect will collect the matched rules output.

image