I have data in the form:
| date | |||
| dd/mm/yyyy | |||
| h1 | h2 | h3 | h4 |
| a | b | c | d |
| e | f | g | h |
I need to make 2 different tables like below so I can perform some operations on the second table then merge both back
| date |
| dd/mm/yyyy |
and
| h1 | h2 | h3 | h4 |
| a | b | c | d |
| e | f | g | h |
Solved! Go to Solution.
@saachitalwar use the sample tool to select the records you want
But this way the headings remains the same as date
@saachitalwar updated workflow attached
@saachitalwar
We can use the Dynamic Rename tool to configure the Column Names based on flow of @binu_acs
