I have two arrays, one with names of places and another with pictures corresponding to the names. I am able to display picture choice with the correct names but upon selection the name changes to another item. In the first image I chose Mthatha Rest but the bot give me Resthaven as the chosen place. I am not sure why this happens, is there something I'm doing wrong.
@Apploader I'm having the same issue, trying to get data red from google sheet with condition, sometimes it works sometimes brings the same as you described. I had to use it calling with an API and that way it works.
Thanks, but I am using gs API and then conditionally select a list (array) from the JSON output (e.g. places in a specific city). The condition works as I get the correct images and matching titles, the problem arises when I click on a particular image with a specific title and I get another title that I did not click.