While Clay allows you to duplicate tables, this can only be done manually through the user interface by clicking the "..." menu next to your table name and selecting "Duplicate".When duplicating a table, keep in mind that only the header structure is copied - the data itself isn't transferred automatically.If you need to automate this process, you would need to:1. Create a new table manually
2. Use the Write to Table integration to transfer data between tables
3. Map your existing data fields to the corresponding columns in your new table
Source:Rename, Duplicate, Delete, Edit Description of Table