How can I make a decision table with a lot of conditions?

How can I automatically make a decision table if I have 1000 conditions in my google docs?

Hi @jakondak,

you can use the DMN Model API to generate the decision table: https://docs.camunda.org/manual/7.12/user-guide/model-api/dmn-model-api/create-a-model/. Thorben has written a blog post about how to convert Excel to DMN: https://docs.camunda.org/manual/7.12/user-guide/model-api/dmn-model-api/create-a-model/

Hope this helps, Ingo

2 Likes