I have been struggling for sometime. I have a simple table and trying to fetch data by using most recommended method - i.e. getting first column using “get column” and then using Got Column with switch to fetch all other columns and eventually putting it into a list.
However nothing happens. At the same time when I try to fetch a cell or a row using get row and a number, I get the data. Which means airtable is working.
How do I make get/got column work? All help and video points it should work, is this a known bug?
I did that change, yet no luck. I did add some messages to see where it is stuck. I can clearly see that it goes to screen initialize but looks like “get column” does not work and hence “when got column” block completely ignored.
I am attaching revised blocks and aia as well for review.
Even if I assign an image from asset or a URL of an image from google, it is same. Nothing after initialization block as it never enters into GOT COLUMN block at all.
And that section is later, the debug message before that itself was not received. See screen shot. if Get Column worked, it should initiate Got Column and the first thing there is to display debug message which is not coming confirming Get and Got are not working.