Oh okay, so Maximo doesn't support JSON mapping for Array elements.
Original Message:
Sent: 02-09-2025 10:37
From: Prashant Sharma
Subject: JSON Mapping application for outbound processing is not recognizing array element in json message
Not a valid format for showing attribute lookup.
------------------------------
Regards,
Prashant Sharma
IBM Champion 2022|2023|2024|2025
Connect with me @ https://www.linkedin.com/in/psharmamaximo/
Lets learn MAS @ https://www.youtube.com/@reliabilityodyssey/
Original Message:
Sent: 02-08-2025 12:13
From: Chandra Karumuri
Subject: JSON Mapping application for outbound processing is not recognizing array element in json message
Hi Prashant,
Thanks for your response. No issues with object type arrays like below, in the example BARRY is a structure(object).
{
"BFASSETID":"JMP15",
"BFSITEID":"BEDFORD",
"BARRY":[
{
"BTEST1":"TEST1",
"BTEST2":"TEST2",
"BTEST3":"TEST3"
}
]
}
In my case BARRY is a array of element and it is valid json message.
{
"BFASSETID":"JMP15",
"BFSITEID":"BEDFORD",
"BARRY":["BTEST1","BTEST2"]
}
------------------------------
Chandra Karumuri
Oncor
Original Message:
Sent: 02-07-2025 21:52
From: Prashant Sharma
Subject: JSON Mapping application for outbound processing is not recognizing array element in json message
Hi Chandra
Your format is incorrect. Here ix example format that you need to use-
{
"BFASSETID":"JMP15",
"BFSITEID":"BEDFORD",
"BARRY":[
{
"BTEST1":"TEST1",
"BTEST2":"TEST2",
"BTEST3":"TEST3"
}
]
}
And you will be able to see Array elements as well which should be mapped with Child Object.

------------------------------
Prashant Sharma
Sedin Technologies
Connect with me @ https://www.linkedin.com/in/psharmamaximo/
Learn Maximo with me @https://www.youtube.com/@reliabilityodyssey/
#IBM Champion 2022
#IBM Champion 2023
#IBM Champion 2024
Original Message:
Sent: 02-06-2025 18:13
From: Chandra Karumuri
Subject: JSON Mapping application for outbound processing is not recognizing array element in json message
JSON Mapping application for outbound processing, it is not showing array element in target property selection window. See attachment for screenshots.
This is happening in Maximo 7.6.1.3
#Integrations
------------------------------
Chandra Karumuri
Oncor
------------------------------