Hello,
I have a data set that contains these records.
I wanted to replicate Sign UP Channel and SignUpStatus till the 46th period to generate more rows. How can I do this in the Alteryx Designer?
| Period | SignUpChannel | SignUpStatus |
| 1 | A | Active |
| 1 | A | Pending |
| 1 | A | Inactive |
| 1 | B | Active |
| 1 | B | Pending |
| 1 | B | Inactive |
| 1 | C | Active |
| 1 | C | Pending |
| 1 | C | Inactive |