Question
Optum
IN
Last activity: 7 Aug 2023 10:35 EDT
Property value is cleared on click of submit by pyDeleteDocumentPg activity
There are fields user has to fill on the screen, click on Next button click to go to next screen in the screen flow resetting to null/empty.The values are setting to null in the clipboard.
It is similar to below issue but the solution didnt help:
https://collaborate.pega.com/question/properties-reset-blank-flowaction-submit
- In the tracer i could see an OOTB activity @baseclass pyDeleteDocumentPg is running when form submitted. Till the activity end there are value in the pyWorkPage. Work- FinishAssignment activity starts after finishing the pyDeleteDocumentPg activity. The properties are getting blank in the first step of this activity itself.
Is there any specific setting why properties are getting blank during the form submit? Did anyone come across this issues?