Hi and thanks for the reply. I will try out your steps now but can you figure out why my own step below keeps reloading the app when I try to navigate to the screen
Update
Ah my bad, I did not select the correct spreadsheet hence why it did not load. Now its loading with my setup above
Also what I mean by this “When you click on one of the lists, it should load screen_2 with corresponding data from columns 2 and 3” is
When I click each list row, it should load another screen with values corresponding to it’s row
You should do like :
for each item j in column,
do : add items to list --list name here-- item : j
outside the for loop :
set list.items to variable list
You can see my above block screen initialize