Get data from airtable

hello…
I want to get data of specific cell from airtable and store it in a variable.
how can i do that??

3 Likes

what to add in ‘initialize global cell_content to’
empty list or empty string??

Depends on what you need.

Making it a blank string is fine.

Hit the :ballot_box_with_check: if this helped so others can find the solution.

I have done this.


but while testing label shows ‘0’ .

And… what are your results.

If you are not getting results then put the response code in Label1

Get cell method is in procedure, and you are not calling the procedure, first call the procedure when screen intialize.

1 Like

still not working. here are screen shots



Blocks are fine, so you clearly have a problem with your API and Table names. Are those configured properly in the Designer part?

Also, I said you need to track the RESPONSE CODE to see if your getting an error.

2 Likes

Set the label one text to block, inside got cell block.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.