Hi.
I’m currently intersecting two data tables. One of them has one column fulfilled with emails. The other one has some Invoice information related. One of the said information is the email, which I’m using to intersect the two data tables.
Well, when i got a match i add the said row to an auxiliar data table with the add data row activity and then write this invoice information with the write range.
Thing is, I’m getting “Object reference not set to an instance of an object” error on the Add Data Row activity.
When printing the data row, what i get is “System.Data.DataRow” showed, which indeed is a null reference.
The DT I’m extracting the information tho, is not empty, I’m sure about that because it is writed before the loop starts.
Any suggestion?
Thank you