Jelrey
(Mohamed Salutin)
January 21, 2021, 11:45pm
1
I have loan_DT which is a data table and assigned in as an out direction in an argument. but when I use the loan_DT on reframework and assign it to TransactionData It gives an error
Any idea ? thanks .
Object reference not set to an instance of an object
wasea
(Vasile)
January 22, 2021, 12:07am
2
Hi @Jelrey ,
Since is the same flow, if you solve the problem from the post below , it might be solved here also.
From the description, based on the naming convention, the values should be like:
in_TransactionNumber = IN (argument)
io_TransactionData = IN/Out (argument)
out_transactionItem = Out (argument)
So, if you ask meat least all these three arguments should be in that Invoke Workflow arguments.
You must recheck how you configured the arguments in your workflow. The direction is not good, so that’s the reason why the error appear.
Vasile.
Aleem_Khan
(Aleem Anwer)
January 23, 2021, 4:57pm
3
please check datatype of TransactionData it should be same as datable varibale
What is direction of argument TransactionData?