Iterable DMN

  1. How do I get the DMN to go through this list? That is, do this loop?
  2. Is it possible to use the output of one list as input to the other?
  3. Is it possible for the output to be the list with the sublists already ready?

Hi @Edlane_Lima - I think the best way to achieve this is to use a larger process model that incorporates the DMN tables. You can use a multi-instance marker to iterate over a collection of values, and for each of those values execute your DMN. The task can then compile the results however is needed to move to the next step.