Read Excel and write to Browser?

How to read a column in excel and write it in browser.

I put the Excel scope and then the read activity. My Excel sheet is called “raw” and the column is named company.

and I put for each. I wrote the output I read into type into, but I get the error not string.

HI @burak

If you are using for each row in datatable

CurrentRow(“Company”).Tostring will get you the data in the column company

You can use this expression in the type into

Regards
Sudharsan

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.