Share feedback, ideas and get community help

Updated 5 months ago

Dynamic Selection

At a glance

A community member is having an issue where the name of a selected place does not match the image displayed. They are using two arrays, one for place names and another for corresponding images. The issue occurs when they select an image, as the name displayed changes to a different item. Another community member is experiencing a similar issue when trying to retrieve data from a Google Sheet. The community members discuss the problem, and one of them manages to reproduce and fix the issue, which they say will be deployed in the next few hours.

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.
Attachments
Screenshot_2023-11-22_142358_-_Selected_Place.png
Screenshot_2023-11-22_142144_-_Mthatha_Places.png
R
A
B
6 comments
@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.
Hmmm that sounds like a bug indeed
I'll try to reproduce right now
Managed to reproduce and fix the issue. It should be deployed in the next hours 🙏
@Baptiste Looks I good now, thanks💪🏻
Add a reply
Sign up and join the conversation on Discord