in a decision table if we want to retrieve multiple results is it possible without checking evaluate all rows?
@TanyaS58 could you pls elaborate your requirement??
@kalyanik7341 we have to retrieve multiple results from a data page but we should not use evaluate all rows checkbox ,so without using this is it possible to fetch multiple results from a decision table?
To retrieve multiple results from a decision table without checking the “Evaluate All Rows” option, you could consider using a different approach, such as using a loop in an activity to iterate over the rows of the decision table and collect the results. However, decision tables are designed to return a single result when a condition is met. If you need to retrieve multiple results, you might need to use a different rule type that better suits your requirement.