UiPath training Assignment 2 Error

Hi,
I’am in the first part of assignment 2 (Dispatcher Process) and is giving me the error : “Process finished due to no more transaction data”

Any help please?

This means that you have processed all your items on your queue. Please use the Dispatcher to load the data to the queue to process.

Please verify that you have the data in Orchestrator Queue if no then Reset the test data and Run the Dispatcher again

Hi @PrankurJoshi

I am getting error in assign activity in GetTransactionData,xaml
when I assign out_transactionID = Out_TransactionItem(“WIID”).ToString I got Implicit conversion from string to Integer error. can you please help me to solve this?

Both the Out arguments are of String type.