Hello! I have this problem: I have a data Table (“CleanDT”) and a String variable (“WIID”), I would like to go over the rows in the data table and assign the value of one column and that row to the variable. The assignment should be for each row in the data table and in the same variable. Hope you can help me, thank you!
Hi @FlorSiri
Welcome to the community forum!
For the assign activity, I believe something like row.Item("WIID").ToString
should work. Else it is my understanding that you would be calling the column headers with the statement you have now.
Hope this helps!
1 Like
Perfectly works, thank you very much!!
1 Like
Glad it worked for you!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.