Hello everyone!
I would like to create some sort of automation where rows would move from one table to another once the status changes. F.e. if status is “idea” it should move to the idea table. If status changes to “production” it should move to the production table. Each of the tables are not connected and separate.
I want to avoid using filters and keeping all the data in one table bc it would become enormous in a few months and I don’t want it to crash at some point.
At the same time I want to be able to archive each doc per year and roll over the ideas to keep everything a bit cleaner and not overloaded.
Hi @Coralynn_W and welcome to our amazing community
I dont come back to the reason why you dont want to use filtered view of a unique table (every coda community champion or coda expert would suggest that ) let’s focus on your wish.
Lets consider this : a source table, and 2 independants table. I would suggest to use buttons first, rather than automation.
Rather than changing current status, you could totally delete rows from source table if you want after you copied it in destination table. Or just hide rows from source table according to status.
–
if you want to use automation, you can try and improve this example, looking for status change in source table, and using switchif function :