Column is not a member of system.data.datarow Error

Hi all,

I created a while loop to add up to amounts last month. But the total value variable I want to generate gets this error.

@mazlumkacar,

If this is inside a For each row activity then you can use like the following,

row("ColumnName")

The error there is because you forgot the S at the end, you should use row.Columns(index), but at the end you didnt want the columns but its value :slight_smile:

2 Likes

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