Add Data Row activiy error

Whenever I used “Add Data Row” activity, I keep getting this same error.
What should I do about it?

1 Like

Make sure you have value in Datarow varivale u r passing
Check in the local panels that u can see in the left side and see whether that variable has any value in it

Cheers @Mohammad.Fuad

1 Like

@Mohammad.Fuad Check the value of dt_temp and newRow? if it is null you will get this kind of error.

@Mohammad.Fuad

Check the Local panel, if you received the data in that

image

@Mohammad.Fuad

Hi the datatable which you have passed is showing null value can you check once

dt_temp

Cheers

@Mohammad.Fuad

Please initialize the datatble in the default value of datatable can give New datatable

Or use assign activity at start and initialize it with the same

Cheers

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