Search bar using image list and text extracted from airtable

Good morning everyone, I am developing an application that contains a search bar, it happens that when I filter everything goes well until I select the item from the list, when selecting it it chooses another piece of information and not the one that is needed.

Can someone help me, I share aia file
COP_Price.aia (8.0 MB)

See here

Taifun

I’m sorry, but this solution you give has nothing to do with the problem I have.

This is why it happens

The listpicker filter bar creates new indexing when you filter.

This is how to solve it

Get the Selection, as opposed to the selectionIndex, then iterate over the original listpicker list to get the index of the song in that list.

Use the index in list block together with Listpicker.Selection to get the index from the original list

Taifun