I have heading in the form
| a | b | c | d | e | f |
| Summary | Summary | Summary | Summary | Summary | Summary |
I want to keep the second row as the headers like
| Summary | Summary2 | Summary3 | Summary4 | Summary5 | Summary6 |
Right now alteryx is giving the warningin dynamic rename -
Dynamic Rename (7) There were multiple fields named "Summary". The duplicate was renamed.
Dynamic Rename (7) There were multiple fields named "Summary". The duplicate was renamed.
How can I correct this?