Read Range : Object reference not set to an instance of an object

I have solved this issue just initializing the object that the activity ExcelReadRange is pointing to. That is, I set the output variable (array of strings, defined in my activity) to a default value {“”,“”,“”}. It works now.

2 Likes