DMN mapping values to variables

Hello all,

I would like to know more about the functionality of Map Decision Result field, as shown bellow in the image.

image

Considering a single value of output variable: For example: output=Beer, I select the singleEntry.
What about if the variable output contains more values. For example: output=Beer,Wein,Water,Cola.
In this case, what do I must select? collect Entries or a resultList?

Thank you in advance.

Regards,
Nick.

Hi @nikolaosnousias,

you have to select collectEntries.

You can read more about the mappings here: https://docs.camunda.org/manual/7.13/user-guide/process-engine/decisions/bpmn-cmmn/#the-decision-result

Hope this helps, Ingo