How to resolve this issue in Add data Row

Hi @Gopi_Krishna1,

This error means that a variable is null (doesn’t have a value assigned). Look through the locals panel at the variables being added and check for null ones.

One of variable you passed doesnt contains data that is why you are getting this error.
Debug code and check variables values in Local panel and then make changes accordingly.

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