Question
Pegasystems Inc.
NL
Last activity: 30 Aug 2017 5:00 EDT
Decision Table Evaluate All Rows.
Hi,
I want to run a decision table that uses "Evaluate All Rows" option.
My goal is to Append a Pagelist with values from the results of the Decision Table.
I am using a simple strategy that is running a decision table.

The Decision Table Uses "Evaluate All Rows" and Calls a DataPage as the Action with a parameter

The DataPage calls a Data Transform with the provided parameter
Hi,
I want to run a decision table that uses "Evaluate All Rows" option.
My goal is to Append a Pagelist with values from the results of the Decision Table.
I am using a simple strategy that is running a decision table.

The Decision Table Uses "Evaluate All Rows" and Calls a DataPage as the Action with a parameter

The DataPage calls a Data Transform with the provided parameter

Lastly I use the Data Transform to append to my list

This seems to work when I DO NOT use the "Evaluate All Rows" option. The Data Page is created in the clipboard
When I use "Evaluate All Rows" option, the Data Page is not visible.
As previously stated my goal is to Append to a Pagelist by evaluating all rows of the decision table.
What could I be doing wrong, or is there a better practice to achieve the desired functionality.
Regards
Hi,
Can you have a look into the following post and see if it helps:
https://community.pega.com/support/support-articles/decision-table-evaluate-all-rows-clears-column
When checking “Evaluate All Rows”, no value can be returned from the Decision Table. This is because all rows will be checked, and for each, their actions are performed when their condition is satisfied. So properties can be set, but no return value is allowed.