How to use for each row when the variable is at the column instead of row

Hi @cxx ,

Logic :

  1. Merge all the Data Tables in 1 Data Table.

  2. On merged Data Table, Use Group By LINQ where Key=Item & Sum Number.

Refer below post for LINQ:

https://forum.uipath.com/t/linq-query-please-help/312601/2

1 Like