Please assist with this error

I am trying to build an automation in the framework with a data table and I keep getting this error and cannot have the bot get past this part of the automation. I have tried
several methods to get past the error but I am still having this trouble and keep receiving Object Reference not set to an instance of an object

hi,

please verify, or send a screenshot, of the input arguments of this xaml

can i make this changes and try it once:
image
edit this in the out_TransactionID
let us know what you will get as a result;in Addition it’s useful if u provide more details about the same

I tried this and it still didn’t work

if possible its useful if you share your workflow

Hi @Gideoso

Share the Error what you are getting in this activity. Take a screenshot and share with us then we are able to sort it out.

Hi @Gideoso

Please check by updating the packages and studio to the latest version.

Regards

@Gideoso

I am asking about the error when you are executing the code. It will be in the output file, check and share with us.

The error I am getting is the object reference is not set to an instance of an object while executing

Hi @Gideoso

Make sure that the Variable type of variable and Arguments are correct.

dt_TransactionData = DataTable
TransactionItem = DataRow

Also not forget to Assign your DataTable varibale into dt_TransactionData
YourDT=dt_TransactionData

or Else: You can directly pass yourDT varibale into io_dt_TransactionData in GetTransactionData like below image reference.

Hope it will helps you :slight_smile:
Cheers!!

Thank you for your help

1 Like

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