Hi - Herve S.
To duplicate a production table in Clay with all your 30+ action columns and data, the simplest reliable method is this: First, duplicate the table structure with actions. In Clay, open your production table, click the “⋮” menu (More options), then choose Duplicate Table and select “With Actions.” This gives you a new table that has all the AI agent, waterfall, and enrichment columns set up, but no data.
Next, export your production table as a CSV, making sure to include all raw input columns, not just enrichment ones. Then, import that CSV into your duplicated table. When importing, map the input columns carefully to the existing ones. Clay will automatically re-run the action columns on the imported data so they populate correctly, instead of creating duplicate columns.
The issue you were running into missing actions or failed imports comes from importing into a table that didn’t already have the matching action columns. By duplicating the table with actions first, you preserve the pipeline, and then just feed in the raw data again.
This way you’ll have a complete demo table with all 30+ actions intact and data populated just like your production version.
If you still haven’t been able to make the demo, DM me and I’ll create it for you.