I have put in an activity to Build a Data Table. It only has one column, TotalDue (Int32). Below that I added Add Row to Data Table. Chose that Data Table and then in the ArrayRow field I put in the variable that I wanted added in curly brackets {TotalDue} which is a variable of Int32. I get an error that says (2): error BC30311: Value of type ‘Integer’ cannot be converted to ‘Object()’.
What can I do to correct this???