I have a question about transferring data from Google Sheets and displaying it in the app as separate cards

I was able to make worksheets from YouTube videos that convey information, but unfortunately I couldn’t design the cards well, I haven’t been able to add photos for the cards yet, and I also don’t understand if it’s possible to make it so that when I click on a certain card, a certain link opens, maybe someone can help me with this? My English is bad…
PlayStationGameCatalogy.aia (847.6 KB)



try with listview and image else you have to use Dynamic Component extension or CompCreator extenions

PlayStationGameCatalogy_1.aia (848.0 KB)

i have showed you , on clicking any list it will give you the gamelink in a label, so further adjust your code

2 Likes

Thank you very much, I couldn’t have done it without you.

1 Like

Thanks to the help here, I was able to finalize the block and add a search to the game description, maybe it will be useful to someone, thank you very much for the help.


then it is perfect. If you want image to be shown full, then you can use dynamic comp exten or compcreator extension

I also noticed an error in the search, when I opened a link from the search, a random link opened, I added an additional filter, so to speak, now I get the correct data.

Yes, because after search the index will be changed due to rearrangement, so better use index is in list block to get proper index. If search is not used just use the method i suggested

1 Like