Get value in Airtable

you have to call get row for all at once, and get cell for each cell, as i showed, first try that, then you will know

I can use this block?
am asking because it the block o device_Id when the app start

1 Like

And after login in airtable i can get especifique value of user in label.I don’t know what happen

you can try it, and then show me what you got in response

I try like you said but don’t work.

Let me explain it to you.

I’m not using screens,just scroll with the possibilities of true or false visibility to make the app less heavy possible

as soon as the user registers, he grabs his specific data and display on a label that will appear in the other vertical scroll. Also when the user enters the app, the label will always display that value.

many many thanks

thanks for what? I don’t understand …

Are u understand ? help pls

1 Like

I’ve been looking for a long time . I got your help today . Many many thanks .:heart::heart::heart::heart::heart::heart::heart::heart::heart::heart::heart::heart::heart::heart:

yes but you need to understand how it works, you are using method right but make sure your all cell in airtable are fill if there is any empty cell airtable will not work at all.

1 Like

Using the same method? your block?

Knowing the device_ID,how to pick up values attached to this device or exemplo?

device id function will work after compiling apk, make sure you have checked it after compiling apk not in companion.

How to get particular cell of divice id row???

for that you need index of that cell, its upon you how you want to get cell index, with help of index in list block or manually.

new1
How get Number list with coma Like 12345, 67890, 25879 in only one lable from airtable

One way to do it is shown below