Is it possible to group several columns into one list, contained in a single cell?
Yes, you can combine multiple columns into a single cell using the Merge Columns feature in Clay. To do this: 1. Click Add Column 2. Select Merge columns 3. Input a formula that combines your desired columns Alternatively, if you're working with enrichment data that contains lists, you can reference entire lists or specific list items from other columns to create a consolidated view in a single cell. You might also consider using Group Columns, which helps organize your columns more efficiently by allowing you to group and collapse related columns.
No, I want it to be a JSON package
You can create a JSON package in a single cell by using the Merge Columns feature:
1. Click Add Column > Merge columns
2. Input a formula that combines your columns in JSON format
For example, if you have columns named "name", "email", and "phone", your formula could look like: LBKS{"name": {{name}}, "email": {{email}}, "phone": {{phone}}}LBKS
You can also reference entire lists from enrichment columns to include more complex data structures in your JSON.
If you need to normalize and deduplicate lists within your JSON, you can use our Normalize and Deduplicate integration.
If you're having JSON formatting issues, please share your specific formula so I can help troubleshoot.