Hello everyone - is anybody experiencing issues wth merging columns ? I'm trying to have it implemented inbetween two column same data type but it won't run. Which i can't explain
To merge columns in Clay:
1. Click Add Column > Merge columns
2. Select the appropriate data type for your merged column
3. Write a formula that includes both columns using the "/" symbol
4. Click Save settings
If you're still having issues, check if your formula has the correct logic. For example, if you're trying to merge data where some rows might be empty, add conditional logic like "if {{column1}} exists..." to prevent errors.