Solved
The order is getting changed while using JSON DT.
JSONDT Configuration:
Used automapalldata
as an object.
Outcome:
- In the JSON data, the sequence is not appearing in the expected page format.
- Before the JSON data is triggered, the order appears correctly in the tracer (MappingData).
- However, when the JSONDT is triggered, the order does not follow the expected sequence.
{
"CaseID": ***,
"TempPagelist": [
{
"status": null,
"address": null
},
{
"status": null,
"address": null
}
],
"response": 200,
"status": "good",
"id": 1
}
MappingData Transform:
- In the single page, all 4 properties are mapped, and then the
TempPagelist
values are appended. - However, the final outcome does not match the expected sequence in the mapping data transform. Has anyone encountered a similar issue or have insights into what might be causing this? Please provide input. Pega Version: PegaInfinity'23