Loop a REST weather service through list
Hi guys
I have read through some similar posts but cannot find an answer that works. Im hoping its an easy fix this one but here goes.
I have a weather service using Wunderground weather API. Unfortunately they can only return a single weather location per query. What I have is a list that I will be changing every week and I would like the service to loop through that list of locations and return the weather at a glance in the list.
I can get it to work for a single list item perfectly. But if I populate a list of locations the service does not return any weather not even for the first item in the list.
Here is what is looks like with 1 item
If i then map the list to load all locations..
It will list all locations from my database..
Now that the mobilelistitem_9 is successfully loaded I need something to run the REST service for the first item in list "Australia/Sydney" and return the weather in a grid for that item and do this for each location.
Could you please provide me with any help as to what code I could use for this loop.
Thanks Anthony