How to read the data from JSON Block

{ “data”: { “attributes”: [ { “handle”: “email”, “name”: “###”, “value”: “###” }, { “handle”: “YYY”, “name”: “###”, “value”: “XX” } ], “status”: [ { “group”: “xxx”, “subgroups”: [ “yyyy” ], “verified”: true } ] } }

@Amit Gautam Hi,

Pega provides a JSON parse rule (Data-Transform-JSON) that allows you to parse JSON data into clipboard pages. You can create a data transform rule and use the “Parse JSON” action to parse the JSON block into properties on the clipboard.

@Amit Gautam

Please check this solution.

I hope this helps!

Thanks,

Ramesh