I have an issue- my goal is to read a column ( with no column header) from excel and write the data to .txt file.
Currently my work flow is writing System.Data.DataRow instead of the data.
Below is a screenshot from my excel file
in Read Range, I ensured I did not check “Addheadres”
In my For Each Row in Data Table, I had declared an index
In the Assign with the for each loop. I assigned value to declared variable as sheen below:
Instead if the values in the excel col, the below is what mu output looks like: