- 
    Type:Bug Report 
- 
    Resolution: None
- 
    Priority:L1 - Blocker 
- 
    None
- 
    Affects Version/s: None
- 
    Component/s: dmn-engine, dmn-ui
- 
    None
I have a scenario I came across where I have a list (json array) want to pass to DMN input and find all of the matches. Based on the matches i need one output (to achive one output i am using Hitcollection aggregation "SUM").
Attaching my DMN for your testing.
I am using REST APi for my implementation.
with one input request
================================
{
  "variables" : {
    "system" : 
,
    "value" : 
  }
}	
Output
==========
[{"user":{"type":"Integer","value":300,"valueInfo":{}}}]
With mulitple input - Need a solution for the same
=======================================================
{
  "variables" : [{
    "system" : 
,
    "value" : 
  }]
}	
Output
=============