Multiple input variables in Decision table

Hi,

I have a scenario where i am trying to use the same decision table to evaluate against 3 input variables(“variable1”, “variable2” and “variable3”), the values are defined at runtime during the process flow, for each input variable , i would like to use the same decision table to give me the output value (there is only one output variable which is common to all the three input variables). Suppose, at a certain stage of the process, “Variable2”, i would like to use this single decision table to give me an output value irrespective of the values of the other input variables in the Decision table. Is this possible ? if yes, how could i achieve it ?

Yes, you can put the value to “-” (without quotes) in the DMN table. It means ‘any’ for that particular variable.