I’m using for each to iterate over two csv files, so I’m having for each activity and inside of it read csv activity. Seems to be ok, but when checking xlsx file I have content from last csv only. Question is that how to append data from both csv files to datatable ?
Thinking that I should somehow merge iterated datatables. Trying this currently via merge activity, but from some reason now getting error … Object reference not set to an instance of an object.