I’m trying to set a plugin to get data from API and show that data in repeating group. Any idea why it’s not working
API Response with set value of search parameter.
{
"id": 3624,
"name": "Teterboro",
"city": "Teterboro",
"state": "",
"country": "United States",
"iata_code": "TEB",
"icao_code": "KTEB",
"lat": 40.850103,
"lng": -74.060837,
"max_path_len": 0,
"timezone": "America/New_York"
},
{
"id": 222,
"name": "Cheikh Larbi Tebessi",
"city": "Tebessa",
"state": "",
"country": "Algeria",
"iata_code": "TEE",
"icao_code": "DABS",
"lat": 35.431611,
"lng": 8.120717,
"max_path_len": 0,
"timezone": "Africa/Algiers"
}
]