About connecting openAPI with thunkable

Hello. I want to connect open API with Thunkable. But there’s an error. It runs perfectly in Postman so I think it’s not an api problem. I’d like to get the property named “title”, how can it work?


Thank you for posting both blocks and output!

I see a couple of issues. First, change the “generate json from object” to “generate object from JSON.” Second, the response message top level is a list of objects. The title property is within the list (array) element.

3 Likes