Adding to a view

Hello!

I wonder if anyone can help me. I’m new…I have a master table and have created several views. When I add to the table in the view, it is adding it to the master table in the middle of the table, but I would like for it to add to the last row in the master table each time. Is this doable and if so, how would I do it?

Thanks!!!

1 Like

Hi @Hope_Ignacio,
and welcome to Coda Community! :handshake:

You might want to keep the Master sorted by creation date.
From what you say, there could be already another sorting rule in the master table… anyway.
To do so,

  1. Add a column in the (master) table and select Created On in the Properties data types
  2. In the just created column, select Sort (ascending)

That should do the work.
Cheers!

1 Like

Thank you so much! That did the trick!

I really appreciate you taking the time to teach me something which I’m sure is just basic stuff.

Kind regards!!

2 Likes