Dynamic component click

I pulled the data from Google tables and made a list. I want to print the name in the list in label 2 text when the card view is clicked, but I could not do it. When I click it, it writes all the data to the screen as in the picture. I’m sorry for my bad English. Please help me.


The problem is that you are getting all data in CSV and not processing it using the columns. How many columns do you have in your file? Depending on the column order that you have, move the data to different variables Kind of like this:

I did as you said but it didn’t work. The data comes from 2 columns; The first is the picture, the second is the channel name. When I click on the channel, the channel name does not appear in label 2.
Screen3.aia (2.6 MB)

try this
Screen3 (1).aia (2.6 MB)

Sorry, it is the same file that I uploaded, there is no change in it.

what do you want to do

Channel name appears and link works

1 Like

Can you open the aia file? Select blocks on screen 3. Can you help me solve the problem I mentioned above?

1 Like

You have a problem with a list

Screen3.aia (2.6 MB)

1 Like

Thank you very much

1 Like

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