Hi, I am deleting a page from a page list using RemoveDeletedObjects function, and then setting value of a field in the page list using .pxListSubscript, but in the tracer i can see .pxListSubscript with wrong value in each page, it is showing the previous value (before deletion of the page).
I even tried with Param.pyForEachCount, that too didn’t work.
@Hitesh Jain I tried this as well, still didn’t work.
To make it work, I had to create a temporary page list and copy my page list to the temporary one, and then again copy it back from temp to the original.