Non-invocable member 'io_dt_TransactionData' cannot be used like a method

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.

@adiijaiin

Same error does not change anything.

io_dt_TransactionData.Rows[in_TransactionNumber-1]

Can you try this, instead?

Hi @Pujari_Manjunatha
Please show me left side of Assign activity.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.