I have searched through the entire community topics, couldn’t find a single solution for displaying an entire row from airtable in kodular. The maximum people are suggesting is to get 3 columns of data and one of that would be image.
I have an airtable with 5 columns. I want to display the data row by row in the screen.
I tried using Tableview extension, but that’s also a string format.
Is there any other alternative way to store and retrieve data for all columns into app.
This is ok, but i suggest you first go through with these method and try… once you get the datas i hope you will get an ides to sort it in your style
from the above method you will have 4 lists(script, entry,target,status)
so by using for each number from (1) to (length of any one list) by 1 you can design what you are expecting… I am sure after trying the above method you can achieve it… just matter of 5 min you will get it…
or you can use dynamic component also to show the values
Thank you Sankar for your guidance. I’m almost got all the info into a label.
However while i’ve put a listbox below the table where i’m geting an error saying, i’m trying to extract from an empty cell.
I’m attaching the error code here for your reference.
Also attaching the code snippets which i’ve created based on your guidance.
Requesting your help in this regard. I’m also attaching the app screenshot here.