Add Data Row: Object reference not set to an instance of an object. what i have to use at data row

Add Data Row: Object reference not set to an instance of an object.

Hi @Shravan_Pintu ,

Could you maybe check the datatable variable that is being used contains data or is empty ?

Hi @Shravan_Pintu

Object reference not set to an instance of an object will come when the variable or argument is empty.

In your case, you are adding data to datatable right, that datatable datatype argument is not initialised. That was the reason you are facing this error.

Hope it helps!!

@Shravan_Pintu

Your datatable io_dt_vendorReport is null. Make sure you have initialised it using build datatable or clone existing.

Thanks,
Ashok :slightly_smiling_face:

can we connect once if possible

can we connect once if possible.[quote=“ashokkarale, post:4, topic:753180, full:true”]
@Shravan_Pintu

Your datatable io_dt_vendorReport is null. Make sure you have initialised it using build datatable or clone existing.

Thanks,
Ashok :slightly_smiling_face:
[/quote]

yes sure… @Shravan_Pintu

Send me the Zoom Meet in Personal

You haven’t pass the argument to the workflow, that’s why you are facing error… @Shravan_Pintu

Happy Automation!!

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