Question
Accenture
Accenture
NL
Accenture
Posted: Oct 28, 2019
Last activity: Nov 12, 2019
Last activity: 12 Nov 2019 2:50 EST
Closed
Solved
Reg mapping JSON Array List from Rest API Response to Pega Value List Property
The Pega PRPC version used is 8.2.1
We are Calling the REST API using Connect REST from Pega PRPC 8.2.1, in the response we receive the below conditions json array, we have mapped the below JSON Array to a value list as it is only single value elements inside the json array. snippets below,
"conditions":[
"condition text 1",
"condition text 2"
]
When this mapping is done, pega throws an error like below,
WrongModeException conditions(1) was of mode String while com.pega.pegarules.data.internal.clipboard.ClipboardPropertyImpl.getPageValue() was expecting Page mode
The same works when conditions property is created with page list type.
Is it recommended to create conditions property as pagelist for the mapping to be successful or is there an hotfix for this?
***Edited by Moderator Marissa to update platform capability tags****