Hi, I’m a new Thunkable user and am having trouble with the results I’m getting in a Web API call.
The property is “WeatherText” and I thought it was setup correctly, but it’s not. I’ve read similar questions here and watched your YouTube videos, but no luck yet.
My block, the JSON results, and the web preview are below. Any ideas what I’m doing wrong?
It looks like the JSON response might be a list/array. Can you post the full json response as text? Use the </> button in the forum toolbar to format it properly.
I tried getting the object in the #1 position, but I’m still seeing a null value. Here’s what I tried in the Property Name field, based on the Web API docs. Can you see what I’m doing wrong, by chance?
Thanks @domhnallohanlon. The URL I’m calling includes the lon and lat for that specific location. I included it in my initial post, but Askimet flagged it.
@muneer, may I get the full init string you’re using for the APIResponse, please? I can’t see the end and am unfamiliar with the syntax normally used to close it.
Thanks for checking, @jared. I just figured it out after following the OpenWeather Web API tutorial on YouTube, switching to that API, and going through a lot of trial and error.
The only thing that’s different in that block was changing the Opens to Starts in my when do block. And to make it even more strange, they both work now. I have no idea why or what happened, but things are working and I’m flying high!! Thanks again.