Hello,
I am working on my Assigment1 and I could see an error
System error at initialization: Object reference not set to an instance of an object. at Source: Anonymously Hosted DynamicMethods Assembly
after data extraction is completed.
I am unable to locate problem. Can someone please help.
SowmyaLeo
(Sowmya Sivakumar)
2
@Guru_Bastade
Please can you try running it in the debug mode and provide a screenshot of the activity at which it stops to see the error.
2 Likes
Jarzzz
(Kyle)
3
@Guru_Bastade Check to make sure that all the Arguments you are passing through Workflows actually contain values.
“Object reference not set to an instance of an object” typically means that you are attempting to use a value that is blank
1 Like