I must be losing my mind but I can't seem to figure this out. I have the below issue with a workflow, unfortunately I can't share the workflow due to data security but here's a generic dataset. I've tried a multi row formula, summarize and cross tab tools but I'm clearly missing something.
Current Output
| ID | Primary State | Secondary State |
| | | |
| 78 | Georgia | New Jersey |
| 78 | Georgia | Arizona |
| 78 | Georgia | Pennsylvania |
| Expected Output | ID | Primary State | Secondary State 1 | Secondary State 2 | Secondary State 3 |
| 78 | Georgia | New Jersey | Arizona | Pennsylvania |