Forum Discussion

WillBatesHydro's avatar
4 years ago
Solved

Append expanded records to existing table

Hello,    Been really struggling to get this working, hope you can help πŸ™‚   So I have a table pulled from an API, this table includes details such as company name, company id, email and an order...
  • WillBatesHydro's avatar
    4 years ago

    Worked it out - for anyone who is struggling; 

     

    I inserted a custom column and used the below

    Record.ToTable(Record.Combine(#"Removed Columns4"[orderRows]))

     

    Ended up with my desired output;