Now here you are storing start value in listindex variable. So now the 4 element is row number of the selected app.
Which you can use as row number in get cell method of airtable.
should i initialize remaining two coloumns in Screen2 initialize ?
Yes but don’t initialize column just use get cell
Use get cell
In this image
In row number use
*Select item from list block
List will be listindex variable and index will be 4.
And for sociadescription use spreadsheet 2 with same row number as of spreadsheet 1
Now usen when got cell event
In spreadsheet 2
Change 5 to 4
am i correct?
I am getting error “Select list item: Attempt to get item number 4 of a list of length 0: ()”
In set label6.text directly set value don’t use select item from list
getting this error “Select list item: Attempt to get item number 4 of a list of length 0: ()”
Put set listindex to start value at the top of get cell command
ok now what about button link coloumn?
Hope you understand from this.
yes i got it
Hope you understand it