VisualBasicValue: Object reference not set to an instance of an object

Hi Experts,

I got an issue when I’m using datarow variable as a argument.
The default value is null and when I was trying to execute, I got error:

VisualBasicValue: Object reference not set to an instance of an object.

Please share any solution or article regarding this.

  • project can’t be shared due to confidentiality

Thank you.

@D_Okthree
in such cases we do following:

  • checking if there are no variables and/also arguments with the same name
  • all variable scopes are dined as needed
  • all arguments are defined with correct directions and correctly wired within the invokes
  • then debug the flow and locate the part where it is breaking

I see!
I just did remove duplicate variable name. The other options might be working.
Thank you so much!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.