I have a question about data tables.
Let’s say that I have data table names DT1 (and 2 columns → names, URLs).
I want iterate through the datable, find value in column “names” (for example “abc”) and next asign URL value (from the same row what names) to variable.
How can i do this?
PFA sample workflow and sample excel file. There are many many way to read excel, I am giving here very basic solution. ReadExcel.xaml (9.3 KB) ReadExcel.xls (25.5 KB)