Clone table

You can create a copy of an existing table by cloning it. Cloning a table is useful when the new table requires a similar schema to an existing table. When a table is cloned, the new table contains the same column structure and configuration as the original table. Existing table row data is not copied. Any reference or relationship columns are also copied and continue to reference the same related tables as the original table.

After the cloned table is created, you can modify the new cloned table independently without affecting the original table.

Clone a table from the Tables page

  1. Go to Data to open the Tables page.

    The Tables page is displayed and lists all the existing tables created in the tenant.

  2. Locate the table that you want to clone and click to the right of the table.

  3. Click Clone.

  4. Enter a name for the new table.

  5. Click Create.

A new table is created and added to the Tables page.

Clone a table from within a table

  1. Go to Data to open the Tables page.

  2. Open the table that you want to clone.

  3. Select the Actions menu.

  4. Click Clone.

  5. Enter a name for the new table.

  6. Click Create.

A new table is created and added to the Tables page.