pzRunActionWrapper deletes the newAssignPage
A grid is being sourced from a pagelist (data class). In the last column I have to give the option to upload documents. So I am running a local action "pyAttachContent" using page "Top" as it belongs to work- class.
However, after attaching documents (successfully), when I click continue to move to next assignment (Flow is screes flow) it shows error "The operation completed successfully but returned no content".
When traced I observed that newAssignPage was getting removed when I clicked the attach icon in the grid. So I set the property "pxFlowInsKey" of "newAssignPage" on watch which highlighted that as soon as I clicked the attach icon, the activity "pzRunActionWrapper" in it's first step made changes/deleted to the property/page.
Later at 14th step of "Work- pyAcquireObject" activity a new "newAssignPage" gets created.
Note : I am using PRPC 8.1 personal edition
***Edited by Moderator: Pallavi to update platform capability tags***