I am creating a Flow to read UPS tracking numbers from Excel sheet, open browser and search and write excel data back to a excel file.
In the Section ‘For Each Row’ , I am getting error Message: Object reference not set to an instance of an object.
Exception Type: System.NullReferenceException
An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.NullReferenceException: Object reference not set to an instance of an object.
at UiPath.Core.Activities.ForEach`1.Execute(NativeActivityContext context)
at System.Activities.NativeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.ActivityInstance.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
Sorry I wasn’t able to attach the main.xaml as forum doesn’t allow new users to attach files. So I have added the xaml file on Gdrive and shared it
https://drive.google.com/file/d/1wCRU-xVsZ7BSW9e0XYPw5dY-Y6LmAMSp/view?usp=sharing