I’m facing an issue in Pega Constellation where a property that is not included on the UI is not getting saved to the clipboard. I am setting this property in a Data Transform, but it still does not appear on the clipboard after the action runs.The property IsAppealorGrievance shown in image is being set through a data transform but it saving value to clipboard only if it is present on UI.
@SravyaB16761150on which version you are? I think it has been fixes in newest versions.
@Kamil Janeczek
Pega Infinity '25
@SravyaB16761150suggest creating ticket to GCS confirming if issue you are having in already identified and if fix is available.
I suspect this might be the behavior described in the article linked below.
Are you setting the value through a form refresh data transform or a data transform executed as part of the process flow? Keep in mind that fields that are read-only or not present on the form will not be included in the API payload when submitting or saving.
If you’re setting these values on the client side, they must be editable in order to be saved or submitted.
Read-only values are not saved in Constellation | Support Center
@Marc AldermanThanks for jumping in Marc and providing claryfication.
