Hi everyone,
First time posting in the support forum but i’m really stuck atm. I get a call from my API returning this response (as sample) :
{
"NAME": "Ankka",
"ADDRESS": "37 Avenue de la Grande-Armée, 75116 Paris",
"LATITUDE": 48.875099,
"LONGITUDE": 2.289164,
"IMG_URL": "https://s3-us-west-2.amazonaws.com/winiit/img/shops/ankka.png",
"SCHEDULES": [
null,
{
"DAY": 1,
"START_1": "11:30:00",
"END_1": "15:00:00",
"START_2": null,
"END_2": null
},
null,
null,
null,
null,
null
]
}
Everything is fine when initalizing API Connector but it seems that I can’t retrieve item#position in this list… I managed to search for a value in the items of the SCHEDULES list like that :
https://screenshotscdn.firefoxusercontent.com/images/bfb1ef71-e997-49d7-a64c-fb6ee0e25ae7.png
But the following doesn’t work :
https://screenshotscdn.firefoxusercontent.com/images/459771fa-4c94-4500-89ee-d109677b5414.png
Can someone help me ?
Cheers