GetTransaction.xaml

Hi Guys,

Can someone help me fix my GetTransactionData xaml?

Here’s the requirement.

For each row in the datatable, Add a queue item containing the Invoice Number , Invoice Item and Date

Thanks!

Attaching my GetTransactionData.xaml for reference. This is for a Dispatcher process.

I’m getting an error saying, “Error getting transaction data for Transaction Number: 1. Object reference not set to an instance of an object. at Source: If”,

GetTransactionData.xaml (12.7 KB)

@caduque

Hey , If you use Queue means, you have get item from queue using Get Transaction item activity . Then only bot will get the data from queue. for Data Dispatch to queue no need to go use GetTxndata.xml Since this is use for get Txn item from Queue.
Please add your Dispatch.xaml in Init state itself.