> RemoteException wrapping System.NullReferenceException: Object reference not set to an instance of an object.
> at UiPath.CSV.Activities.WriteCsvFile.EndExecute(AsyncCodeActivityContext context,
> IAsyncResult result)
> at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context,
> IAsyncResult result)
> at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor,
> BookmarkManager bookmarkManager)
Use String array var=Directory.getFiles(InputFilePath)
use for each item in stringarray var
use read range and pass the item in path
use merge datatable activity
and use write range
doing so requires an Excel Application Scope where only one workbook can be submitted so not sure how that would work. I already had a string array variable type. if you could send me a walkthrough or provide screenshots in how to resolve the issue that would be great