Does anyone know get Clay to write number patterns in in the different columns? Im trying to make it say 1,2,3,1,2,3,1,2,3 all the way down as I want the different numbers to be different campaigns to test(dont think i can differentiate it via normal way as the leads have the same results/personalization but just different copies in smartlead). I want the numbers as an easy way to tell the smartlead integration to know which rows/leads that go in different campaigns. So its equally split into the 3 different campaigns
You mean randomly assign a row to 1, 2, or 3? If so, try inputting this as a formula column: Math.floor(Math.random() * 3) + 1 This won’t split your rows into equal numbers since it’s random, but for a large enough sample size the difference between should be negligible
yeah like just have it 1,2,3,1,2,3 etc down for segmenting
where would you paste the Math.floor(Math.random() * 3) + 1? I want an equal amout of 1,2,3s