Hi,
I have many images and a csv file with keywords and image’s name. I want when people search for a keyword then they get an image. So,
Does Thunkable X have any thing like “lookup in pairs” as in AI2.
Thanks!
Hi,
I have many images and a csv file with keywords and image’s name. I want when people search for a keyword then they get an image. So,
Does Thunkable X have any thing like “lookup in pairs” as in AI2.
Thanks!
Thunkable X does not have a ready-made block for searching in pairs, but it can be easily implemented with the help of existing blocks for working with text and a list.
Hi actech, do you have an example?
Any example please?
Create 2 lists. The first list will contain keys, the second list will contain the values for these keys. Look for the key in the first list and use the resulting index to get its value from the top list.