Forum Discussion

EaglesTony's avatar
EaglesTony
Icon for Post Prodigy rankPost Prodigy
1 year ago
Solved

How can I combine on a group by ?

hi,     I have the following:     Application Code    Info   401                          Doe, John|   401                          Doe, Jane|   402                          Trust, Frank|   ...
  • SundarRaj's avatar
    1 year ago

    Hi EaglesTony 
    while grouping, you can simply pull the column that you want _[ColumnName] which will convert it into a list. Post this, just wrapping it around Text.Combine() shall do the trick. Thanks