Create row from number 1 using Admin Panel

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.

Hello @ShaikhSajidAli did you mean like this?
:point_down: :point_down: :point_down: :point_down:

You can try sorting by date

Like this
blocks

blocks (1)
Same will done with all airtable events like getAllRows and getAllColumn after this make a list or whatever from this reverseList variable

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

Hello @pepocero I have tried that but it is like not working because it overlaps other Title and Images etc.

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.

I have tried this method but doen’st seem to work

Also this doesn’t work too

I then tried this but it just reversed the row but when clicking the row it takes me to another one which is not the real one.

I fill like overwhelmed and tired I don’t real know what to do.

But why don’t you try what I’m telling you?

  1. Sort the values by date in Airtable:

  1. In Kodular to the variables put only the values:

It also confuses, I don’t know which is which!

The first one is “Ascending order”
The second is “descending order”

Ascending order (A-Z): Oldest to newest. It also orders alphabetically in case the values are words, from A to Z

Descending order (Z-A): newest to oldest. It also orders alphabetically in case the values are words, from Z to A

Let me try this,

Because what I wan it when I create the row in the app it should show it on top as a new not as a last to the new!

am I right to do that?

With this you order the values from newest to oldest.
23/03/2020
22/03/2020
21/03/2020
20/03/2020
19/03/2020

If you add another value from today’s date, it puts it at the top:

26/03/2020
23/03/2020
22/03/2020
21/03/2020
20/03/2020
19/03/2020

1 Like

That is what I want let me try it now, then I will let you know.

do you want last row in first in list.

first create a new coloumn
column type autonumber
then sort by 9 to 1

when you add new row it will automatic add new number

After This You Will Get Solurtion

I see on your chart you have different date formats…

dsdfasdfadf
I put them like this to make it work for me (With the local date format and iso it doesn’t work for me)

Thank you @himalayanxtiger :pray: your advise worked perfectly for :100:

Thank you @skasonline :pray: your advise worked perfectly for :100:

Thank you @pepocero :pray: your advise worked perfectly for :100:
I am kindly and humbly thankfully to three of you great koders @pepocero, @himalayanxtiger and @skasonline because you helped me a lot with this method of Sorting the Dates

Now I have managed to upload the news from my Admin Panel Login directly with a good arrangement as I wanted.
:point_down: :point_down: :point_down: :point_down: :point_down: :point_down:


Direclyy to the user app
:point_down: :point_down: :point_down: :point_down: :point_down:

And it reads the news as it shows before clicking to read.
:pray: :100: :point_down: :point_down: :point_down: :point_down:

Thank you in advance once again
:pray: :pray: :pray: :pray: :pray: :pray: :pray: :100: :cupid: :dizzy: :wave:

2 Likes

which sorting is used

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