Im trying to pass the value of “io_dt_transactiondatapl” to io_ForMailDT, but it’s not working
ForMailDT should be holding the value of io_dt_TransactionPL
Im trying to pass the value of “io_dt_transactiondatapl” to io_ForMailDT, but it’s not working
ForMailDT should be holding the value of io_dt_TransactionPL
Try io_dt_TransactionPLCopy
also it would be good to initialize using New Datatable
also please mention what is not happening if this fails
cheers
Assign:
io_ForMailDT = io_dt_transactiondatapl
The screenshot you are showing is from import arguments screen?
did you try running in debug and check what is happening…you can check using step into
cheers
Hi @shanti_18 ,
We would recommend for you to Debug the process by Performing a Step Into at each step or activity, so that after each step you could verify the data in the datatables through the Immediate Panel.
This will help us clear the confusion of at which point/activity the data has been changed or not changed.
Then move towards the correction on that specific activity or stage.
As specified earlier please try using debug options and constants check locals
panel
Also check if variable is declared twice
cheers
I can see that they are adding data to io_dt_transaction, the problem is that argument should pass the data outside, but it’s not working
Already the same datatable is in/out already why you want to assign to another argument again?
cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.