Getting error while sending the mail using outlook activity

hello,
I am getting error while sending the status of the process using outlook.
Send Outlook Mail Message: Object reference not set to an instance of an object.

Please help me to solve my issue

@sneha_arbole

Object reference error will appear if you are passing any null values to the activity

Check all the variables has the values and also if you are using arguments then you are passing correctly without any null values

Hope this may help you

Thanks

1 Like

Ok…I will cross check my variables and arguments

@sneha_arbole

If you are able to resolve your issue
Mark as solution to close this thread and this will helpful for others too

Thanks