I have a data reference field configured in my view. It is configured to display as a simple table. It has a data page that has multiple parameters which are mapped to the fields that are present on the screen. Now, when I change any value in any of these fields, the data page is called automatically and the data reference table is refreshed with new data. Now, when there is an error in the data page, the data page API call is throwing error for a split second and then it is vanishing from the screen. I believe the reason is the refresh call that is happening immediately after the data page call, that does not return any error.
Now, I cannot remove this refresh call as there is a when condition in my view and Pega automatically calls it. From user point of view, he changed a field of screen, but there is no change on the data that is showed on the screen and there is no error also to show why the data is not refreshed.
Did someone face similar scenario? Is there a way to overcome this? Thanks in advance.
