Hello Genesys Cloud Community,
I am currently working with a JSON object (assigned to a variable Task.myJson) in Genesys Cloud Architect and have successfully parsed individual fields like "name." However, I'm encountering difficulties when trying to extract a collection of phone numbers from the following JSON structure:

{
"name": "John Doe",
"phoneNumbers": [
{
"type": "home",
"number": "555-555-5555"
},
{
"type": "work",
"number": "555-555-1234"
}
],
"hobbies": ["reading", "hiking", "coding"]
}


While I'm able to parse the "name" field, I'm getting error while parsing array of phone numbers. Any guidance or suggestions on how to achieve this in Architect would be greatly appreciated.
I need to extract the phone numbers in the following format:
[
"555-555-5555",
"555-555-1234"
]
#Routing(ACD/IVR)
#Unsure/Other
------------------------------
Sai Kumar
Cognizant Technology Solutions India Private Limited
------------------------------