Closed
Solved
How to set Values through DataTransform
I have created a Pega REST Connect and the response is of simple JSON Format as shown below
(Simple Get with no parameters )
{
"Name": "Sai",
"Project": "FS",
"Designation": "SSE"
}
The Rest Connection has generated a DataPage (D_InfoConnector) and a Data class by name MyOr-Data-Info
I have created a SinglePage Property (InfoPage) from the above Data Class and mapped these 3 properties under a Section with text Inputs
For displaying above in a Section , under FlowAction, Pre Action i am calling a DataTransform to set these values , but not able set this
I was trying setting the Name Value initially but its not working.
***Updated by moderator: Lochan to update Categories***