I’m in a bit of a desperate situation app wise due to Cloudstitch going down but hope someone can help to get me on the right track.
All I need is an example of the blocks required to display the information of 3 columns in an Airtable spread sheet in the form of 3 labels on a screen. Imagine for instance row 1 of column A is AAAA, column B is BBBB and C is CCCC.
Gave it a go. Strangely it seems to display the columns back to front i.e. AAA is CCC and CCC is AAA. Also this only displays row 1 from my spreadsheet and i have about 450 rows of information to display. Any ideas? Deffo can see this is the right track though compared to what I’ve been using before
I have gotten so far with this. I am trying to go the JSON route as I did previously with Thunkable Classic and Cloudstitch as i think it displays data better than list view.
I’ve managed to get the column data into the respective labels as required but it is comma separated so bunches up (please see attached). Is there a way to remove the commas and display the data vertically as it is on a spreadsheet?
I did not tell you to use the List Viewer. I suggested you use List. List Viewer and List are different things. If you want to avoid many problems, it’s better to load all the data from AirTable to the list first, then to work locally with the list. The more requests you create for AirTable, the more problems will be in the work.