Hello great koders I would need your advanced help on this.
I have created a News App with an Admin Panel Login where I can upload news using the same app and I have done this perfectly but I have noticed that there is something which needs to be configured well. Please I need your advanced help on how I set the blocks after Upload done then the Airtable should create row from number 1 and not the last number eg 8, 9 and so forth.
If it adds on last number or line then wherever in user app you call data from airtable it is in list so you can reverse that list by using reverse list block so 9 no index will be top or whatever you add will be shown on top to users.
Oh sorry but i am not at pc but you can do it
Initialize new variable list and make this create empty list
When you got date from airtable then
Set this variable list to reverse list block and attach this get value
Reverse block is available in list selection where create empty block is and colour of block issky blue
Hello @dora_paz you are just showing where the list is as if I don’t know, it could be much helpful if you could have shown how to reverse and call the list.
As @himalayanxtiger says, the solution to this is to sort the airtable according to a certain criterion (in this case, sort by date) and when you get the values, you get them sorted
But when you sort the Airtable table the values in the date column are sorted, but the other columns are also re-sorted.
If you sort the table and then get the values, they don’t overlap…
In the apps I’ve done I always sort the values by date and then from Kodular I get the sorted values… you don’t have to use any reverse list block or anything like that. Just assign the values to a list variable and that’s it.
If your blocks have any “reverse list” values, then they will overlap.