I recommend to learn a bit about debuging
This workflow helped me. But instead of using “Datatable.Columns”, I used “Datatable.Rows”. For the output, I used “currentItem(“Column Name”).ToString”
Instead of using for each to iterate the rows use the For each row in datatable activity.
This activity will iterate the rows in the datatable inside that you can write Currentrow(“Column name”).toString
Hope it helps!!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.