Comparing 2 excel columns with while loop

HI,

This may help someone who want to compare 2 excels column names.

Columns names into Array.
(From dc In dt_table2.Columns.Cast(Of DataColumn)
Select dc.ColumnName).ToArray()

Main.xaml (13.3 KB)project.json (689 Bytes)Main.xaml (13.3 KB)

Hi @UI_Path1,
This is one of the most frequent asked question. Please have a look here:
https://forum.uipath.com/search?q=comparing%20columns%20status%3Aclosed
You will find a plenty of topics where you will find solution for this :slight_smile: