How to index data using custom list view extension?

I want to index the text using custom list view.

Like if I tap on the label having “Lol” text from the list, I should get “Lol” as the output. I tried but I am not getting result.

Thank you. test.aia (327.6 KB)

when customList1 .OnClick remove the get text block and simply join select list item to the show alert block


else just use get id inside CustomList1.GetText

1 Like

And what should I add in the ‘index’?
Because if I will add ‘get Number’ , it will not work.

try removing the “blue” select list item block and just join get id in CallList1.GetText id

1 Like

Thanks for your help. It worked.

1 Like

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