Use Case:
In Pega Constellation 25.1, we have a requirement involving a primary Load table displayed on a single screen. The Load table contains a dropdown column named Type. The Type dropdown includes values such as Charger, Appliances, Motors, etc.
For each Type value, there is a corresponding table (e.g., Charger table, Appliances table, Motors table) defined at the same class level as the Load table.
Key UI behavior:
-
New rows in the Load table are added via a modal dialog (Load table modal).
-
On the modal screen, when a user selects a value in the Type dropdown of a Load row and submits the modal screen, the corresponding table should:
-
Become visible dynamically below the Load table
-
Display with a blank first row, ready for user input
-
Appear on the same screen without navigation
-
We have already implemented visibility conditions on each of the respective tables, and this part is working correctly. When a value is selected in the Type dropdown, its corresponding table becomes visible as expected.
Issue Observed
The problem arises with adding a blank first row to the respective table when it becomes visible.
-
We attempted to insert a blank row by adding data to one of the columns of the corresponding table using a post-Data Transform configured on the Load table modal flow action.
-
In the Tracer, we can see that the row is being added successfully at runtime.
-
However:
-
The newly added row is not visible in the UI
-
The data has not persisted on the clipboard
-
As a result, the table appears empty despite the Data Transform execution
-
Requesting your expert opinion on this issue.


