Passing value

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


@shanti_18

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

@shanti_18

Assign:
io_ForMailDT = io_dt_transactiondatapl

@shanti_18

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.

@shanti_18

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
image

@shanti_18

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.