Grid row visibility fails on Validation
I am using a grid layout with checkboxes inside a repeating dynamic layout. The grid has a row-visibility condition that displays only the rows where pySelected = true.
In one of the assignments, the requirement is that all checkboxes must be unchecked before submission. If even a single checkbox remains selected, a Validate rule triggers and displays an error message.
However, once the error is displayed, the row-visibility condition fails, and instead of showing only the selected rows, the grid displays all the records.