Format Table's First Column to another Table's First Column

I want to copy a table’s first column to a new table’s first column. I want to do it automatically just like below:

First Table First Column
123
321
123
134

The second table must look like below.

Second Table First Column
123
321
123
134

Everytime , I add a row to the first table, it must also a row to the second table. How to do it ? The code below, generates a different result.

[Table A].[First column]

Output :

123, 321, 123, 134

Dear @Alyssa_Gono ,

I strongly recommend to read In Coda everything is a list. This blog is about some essentials in… | by Christiaan Huizer | Medium (credits @Christiaan_Huizer )

While creating a canvas button and implementing the techniques explained in the blogpost, you will learn a powerful skill, to just copy the rows from one table to the other.

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