I need combine some data to a table but my problem is one the column header changes every time and should stay as the 1st column in the table. As the column header is fixed in 'Table' tool, I need make manual adjustment to fix it. Is it possible to do this automatically in Alteryx?
e.g.Header of column A in my sample is Jan this time, but next time it could be changed to Feb or Mar. How can I make sure 'Table' tool get data from column A everytime?
| Jan | Product | Sales |
| Tom | A | 555 |
| Mike | B | 334 |
| Mary | C | 245 |