Wrong Mode Exception was of mode Page , expecting Page List mode

Hello all, Can anyone help me find out how to fix it pls ?

Type com.pega.pegarules.pub.clipboard.WrongModeException
Message The property D22384056207121057818.xxxxx_xxx.responsedata was of mode Page while com.pega.pegarules.data.internal.clipboard.ClipboardPropertyImpl.getPageValue(int) was expecting Page List mode. Details: (none)
Stack at com.pega.pegarules.data.internal.clipboard.ClipboardPropertyBase.getPageValue(ClipboardPropertyBase.java:2098) at com.pega.pegarules.data.internal.clipboard.mapping.json.ClipboardJSONDeserializer.appendStringToCurrentListAsPage(ClipboardJSONDeserializer.java:756) at com.pega.pegarules.data.internal.clipboard.mapping.json.ClipboardJSONDeserializer.handleTokenValues(ClipboardJSONDeserializer.java:809) at com.pega.pegarules.data.internal.clipboard.mapping.json.ClipboardJSONDeserializer.populateClipboardWithJson(ClipboardJSONDeserializer.java:319) at com.pega.pegarules.data.internal.clipboard.mapping.json.ClipboardJSONDeserializer.populateClipboardPage(ClipboardJSONDeserializer.java:135) at com.pega.pegarules.data.internal.clipboard.mapping.json.ClipboardJSONMapper.deserialize(ClipboardJSONMapper.java:57)…

this Exception is appear in data transform when map data get from Rest API service

@MohamedJ6482 Did you ever find a solution to this? We are seeing the same problem on pega 8.8.2

@MohamedJ6482 Hi Mohamed,

My scenario: The Property was wrongly created as a ‘Single Page’ and was being used in the someother API activity.

I have deleted the property and create a ‘text input’ prop on the same name, to use in my Get method activity for my API.

I did check in and check out for my Get method activity and the other API activity & also the APIs.

It worked for me!