How to set the two different cell data got from google sheet to two different labels

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

I didn’t figure it out how to put each cell from sheet to different label (created by dynamic component extension).
I can call one cell and put it to my label


and then

I cant find proper solution of how put lot of cells to different Labels. I’ve been trying to use ‘Got columns with range’ block but still all data appears in one Label.

Thanks for your time! Help :slight_smile:

May be it’s help as a reference, here blocks are from airtable spreadsheet but you can consider as a reference how to use index to get cell/whatever value as a response and save it.