I’ve a question. I’ve a Data transform that set values in a Page. And this Page is passed to a Data_Page that invoke an external service rest, using the page as Request.
Now, for some reason, I need to pass a null value.
I’d like to understand if Pega provides a method, a value or anyhting else, to set the value of a property to null, or to a value that the Invoke rule would translate into null value.
There are functions like pxConvertPageToString but they are only used to convert clipboard page to JSON/XML but they will not be helpful in your scenario. Also , if we use this function , the output will be containing pxObjClass which needs to be omitted before sending it to other system.
The point is that i have a DT Clipboard that populates a Page. That Page is passed to a Data Type, that use to populate it as Page Request of a connect-rest.
than PageReq it’s going to populate a Request in a Connect-Rest, leaving the translation in json to the internal Pega method. I’d like to know what value put for var3 in order to allow Pega to send as Request of Connector the value null.
Your solution is good, but non applicable in my scenario