Hello,
i am new to alteryx and trying to accomplish bellow, i have two fields in my data set. i need to iterate on each value in field 1 and concatenate with each value from field 2.
for example :
Field 1 Field 2
a 1
b 2
c 3
4
5
expected output :
a1, b1, c1,
a2, b2, c2
a3, b3, c3
a4, b4, c4
a5, b5, c5
Please let me know how to accomplish this?