Sorry for this - For handling those enrichment columns, you've got a couple options but also some limitations to keep in mind:
You could set up an HTTP API to pass all the columns and copy that method to your other sheets - that's probably the most efficient way Just heads up though - you can only expand up to 72 columns maximum, so you'll need to be selective about which data points you really need. While parsing the column as JSON might seem like a solution, it won't work here since the enrichment data exceeds our 8kb cell limit