Hi Experts,
JDEV version 12.1.3.0
I have a jsff page where I am showing data as below. This table is read only

If I click on Create button.
I am opening a popup. On initial load of popup I am inserting one row to the VO. The main jsff page and popup VO are based on same Iterator. Screenshot As below.

But however I am noticing when popup opens it should show only one newly row.
But its showing one old recordi,e first row of the VO. How can I avoid showing old row from the popup. Both the jsff and popup are based on same iterator.
Thanks,
Roy