I have an error showing the object reference not set to an instance of object

1 Like

Hello @bhashi ! :slight_smile:

I think it’s just before the those invokes, can you please send us the xaml?
or another picture where you show the assing activity, please.

Regards,


Don’t forget to like us :heartpulse:
Happy Automation! :sunglasses:

2 Likes

Hi @ Abdulbasheer,

this is your problem:

Your variable I must me type int not generic

1 Like

now i given

int but again error is coming in add data row

Ok but now it telling you that you have nothing to add data row or your string is empty

dis you imported and edited your in and out arguments well, please check

Hi @bhashi,

Type of ‘i’ should be ‘integer’ and as you ‘Assign’ ‘i=i+1’ before assigning a default value of ‘i’, I think that’s why the error occurs. You can assign a value of ‘i’, i.e., ‘i’ should be declared before assigning.

Thanks & Regards,
Apurba

tks for your share, c’mon up, hahahahahhaa

This can be done either in the flow or by providing a default value at the declaration of the variable.