In a decision table if we want to retrieve multiple results is it possible without checking evaluate all rows?

In a decision table if we want to retrieve multiple results is it possible without checking evaluate all rows?

Hi @TanyaS58,

Decision tables with out checking the evaluate all rows are designed to evaluate each row sequentially based on the defined conditions. if any one row evaluates to “true” triggers the associated action and returns a value. even if we run it multiple times in a loop it will returns the same results multiple times rather than returning different results.

Regards,

Prasad

Hi @TanyaS58

I think it is not possible to obtain multiple results without selecting ‘Evaluate all rows.’ This is because it retrieves the value of the row that meets the if condition, or otherwise, the row value.

Thanks

Regards

Raja