Hi,
While running the BOT, Starting itself I am getting exception like “Object reference not set to an instance of an object” ,
I have passed variable correctly in InitAllSettings.xaml , Can someone Guide me please?
Thanks & Regards,
Ashnitha T
Hi,
While running the BOT, Starting itself I am getting exception like “Object reference not set to an instance of an object” ,
I have passed variable correctly in InitAllSettings.xaml , Can someone Guide me please?
Thanks & Regards,
Ashnitha T
Hey
this error means that any of your variables is getting a null value, please debug until you reach the error
Regards
Hello @jamunatj
You can get this error if any of the mandatory variable is not initialized or not passing a value during the run time.
If you have arguments, make sure you passing value to it.
Thanks