i am calling two different cell data at a time from one google sheet , i want to set the two cell data got from google sheet to two different labels
i am using these blocks to show data in labels , but not showing the data
i am calling two different cell data at a time from one google sheet , i want to set the two cell data got from google sheet to two different labels
i am using these blocks to show data in labels , but not showing the data
use index method
when button clicked
set index 1 and call cell A
when got cell,
if index 1
set labet text to 2nd item of get value
set index to 2
call cell B
else if index 2
set lab text to 2nd item of get val