How to Merge Columns and Simplify Your Data Table Efficiently
Column merge issue: I have the following columns:
First Name 1 (static text column, imported from 1st source)
First Name 2 (static text column, imported from 2nd source)
First Name Merged (a merge column with 2 functions to merge the above First Name columns)
I need to remove First Name 1 and First Name 2 and keep only First Name Merged as a static column to keep the table cleaner. The table contains 14k records so I can't just copy and paste it (especially because Clay has bugs in copying 500+ cells) How can I do that?