Help me to solve out ColintreeListView element click

blocks (76) blocks (77)

I try to put a search option in my app, I properly get the item when I search but the main problem is when I click the search item I can’t get the proper index of that row.
I mean I click the search item i.e title when I click the item I want to get the link that shows in my block…but I can’t get it properly.

Just replace get.elementindex with get global item_position

@kweng , you can add like this, you no need to catch it in global variable. but how ever you will get only index number like 1 or 2 or 3. and you wont get the component value.
image

But if you want all the details of the component in that element index, you have to use below blocks.

image

suppose in a component if more elements are there and specifically want that data alone mean, use below blocks

image

@Still-learning broo i try it but still not working i want to get the value of the global link2 that shows in my block…how to get the value of the global link2?

@Still-learning when the click the list item without search it can get proper value from the global link2 but the main problem is when i search the item and click that item it cant get the proper value.
help me to solve out please

Can you send your aia

1 Like

ok please wait

search_option.aia (54.1 KB)

All you had to do is change your blocks as already told you

search_option_1.aia (58.3 KB)

4 Likes

@dora_paz Thank you so much.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.