Response is an object in json format, not an array

The result was not an array. Maybe the data you’re looking for is inside one of the response object keys?

I have looked at all other questions on here regarding this topic, but I couldn’t find a response that worked for me. Is there any way to make this response an array, potentially through my own backend via XANO? I tried it but I may be missing something there or in the frontend. I tried using the HTTP request flow function but I could not get the data values separately, rather just an unusable text response. Can anyone help?

Hi,

You are simply using the wrong API method. In your case, with just an object, you should use the GET RECORD (GET). See the attachment below:

Oh thanks for the help that makes a lot of sense. I found a solution to the problem but this is a lot less complex thank you :slight_smile: