How to add both forecast AND current conditions when using weather API?

I’m using the WeatherAPI to create a weather forecast screen. It works easily and beautifully.

To get that information, you have to use the “forecast” call.

But I want to add one single data point, which I think has to come from the “current conditions” call. I want to add current temperature.

Do I have to create a completely separate collection for this? And then display that data point in a separate list?

I’m new to APIs in general, and not sure how to go about this.

Thanks as always for any help!

Hi @MikesClub,

IMO you need to use another call. There is an Adalo video about this: Using Custom Action Outputs - YouTube

Best,
Victor.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.