Custom Action - JSON Parsing not working

Hey Folks,

I am using custom action to retrieve data from my other service. Its JSON output format is as below. When processing the output, Adalo is able to retrieve only one level of data and rest are not retrievable.

How can i make use of the API data in the app ?

Any suggestions?

{
“response”:{
“result”:{
“Candidates”:{
“row”:{
“no”:“1”,
“FL”:[
{
“val”:“CANDIDATEID”,
“content”:“1111”
},
{
“val”:“Mobile”,
“content”:“123456”
},
{
“val”:“District”,
“content”:“Chennai”
},
]
}
}
},
“uri”:"/recruit/private/json/Candidates/searchRecords"
}
}

Unfortunately, Adalo is not able to work with arrays in the custom action response yet. This is something that is being worked on now.

Oh Okay.

Can you suggest any workaround for this?

There isn’t one that I have been able to find yet. Happy to be corrected though if someone from the community has found a way!

Fine. Thanks for responding !