Error in for each is object reference is not set to an object in a given object

askvajrang object reference is not set issue is coming how to overcome from that issue for each activity that error is coming how to handle this in execution processes

@Singeetham_Sricharan
welcome to community
can you share screen shot about activity its easy to identify the error
Error: object reference is variable values not assign to foreach activity

Is a for each row or for each item? for data tables usually this appears when the column name are missing or the entire datable is actually null…
if a normal for each something is missing / null

  • add a break point on that for each (f9 key)
  • check the left window for the values if is as expected

debug and trace within the debugging panels
Understanding the 6 Debugging Panels of UiPath in the easiest way possible! - News / Tutorials - UiPath Community Forum

when debugging is less known, then checkout the debugging course from the UiPath Academy

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.