Hi, All
I am pretty new to Alteryx and am looking for a way to generate duplicate rows for each column that has data in it as well as move the column data to the newly created row. I did see the Generate Rows tool, but unfortunately it seems complicated when non-numerical data is used.
Any help/advice would be appreciated
Sample data
| Task | Preparer | Reviewer 1 | Reviewer 2 | Reviewer 3 |
| Task 1 | Person A | Person B | Person C | Person D |
Desired result
Task | Name |
| Task 1 | Person A |
| Task 1 | Person B |
| Task 1 | Person C |
| Task 1 | Person D |