In the REFramework configuration, I am using C# and Windows Legacy.
Hi @Pujari_Manjunatha ,
io_dt_TransactionData[in_TransactionNumber-1]
would be the correct way to use it.
Thanks
Happy Automation
Please let me know what needs to be changed in the return code.
Use this in the Assign Activity: and you’ll be good to work on your automation.
Since you are using C#, you have to use square brackets instead of round ones.
io_dt_TransactionData.Rows[in_TransactionNumber-1]
Can you try this, instead?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.