You are trying to access an object without instantiating it… You might need to use the “new” keyword to instantiate it first i.e create an instance of it.
In the workflow where you extract the items, the local variable is the same as the argument. Delete that local variable since your output is being null because it’s assigning the value that you extract to that variable instead of the argument.RoboticEnterpriseFramework.zip (1017.3 KB)
I am not sure that I got what you mean and which local variable that was deleted from the workflow you just attached. I tried to run it and it passed the previous error, but came back with this error: