Hi
I have a question on generating rows in a loop.i to generate time sequence for a fixed start and time time. The tricky part is I need to generate the same set for different sets(a,b,c) by inserting the set name as a new column everytime on generating the timstamp.
To make it clear,the order is
1) Generate timestamp with 10 min interval
2)Add a column by name "Sets" and add string "a" against the generated time stamp.
3)Generate the same timestamp sequence below the existing one and add the string "b" against the new timestamp

I hope I have made the question clear and this can be done in alteryx.