Please find a snippet below, any suggestions on how to correct? This post has been edited so that I can save it.
Might be there is no data in the Excel file. If no data found it will throw this Object reference not set to an instance of an object error.
Hope it helps!!
@Andrew_Spence
1.check the read range variable and declare it correctly
2. check which column value want to read it
It’s defiantly issue with in_Config argument. You missed to pass in_Config value to Invoke Workflow from where this workflow is invoked.
Due to this, you in_Config argument is null resulting in the specified error.
Pass the argument value correctly and this should be fixed.
Thanks,
Ashok ![]()
Thank you all for your responses, I have placed some data into the spreadsheet and the error went away. However I am having other issues. When I run the debug it is stating in the output field that the process has finished due to no more transaction data and the process hasn’t started.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.