Hi How can i copy the entire data from one table to another? Can someone please help with the steps?
Hi Tarun, Thanks for reaching out! If you’d like to reference all the data from one table in a different table, you have a couple of options: 1. Lookup Column: Using a unique identifier, you can pull in all the data from the original table (the one you’d like to reference) and map it into the desired columns in the new table. 2. Write to Other Table: If you’d prefer to duplicate an entire table and its data into a brand-new table with no existing data, you can use the Write to Table function to copy everything over. From what you’ve described, it sounds like you’d like to bring all the data from the original table into a new, empty table. If that’s the case, I recommend using the Write to Other Table function. Here’s a quick video guide to help you get started: Clay University: Write to Other Table. Let me know if you have any questions—we’re here to help! 😊