Hello guys,
So this is the current state, I have a “For each Row” filled with an argument “in_DTTable” this is a data table previously built.
The thing is that with the first transaction it does the work but for some reason with the second transaction the argument goes “Null” so an error pops up in the “For Each Row” activity:
RemoteException wrapping System.NullReferenceException: Object reference not set to an instance of an object.
I know that the argument is working because the first transaction in completed but not sure why it goes to null, by the way there is no other activity to reset the data table so that is not the case.
Any ideas??
Thanks in advance
Luis V.