Thanks for that but I was under the impression that we were not using queues for this example as we scrape all the data from the website and put it into a data table then into an array of datarows (so I thought for this one that queues were not a part of it) I may of course have got that completely wrong and I need to uncomment the Get Transaction Item (that I commented as there was no get transaction item in the walkthrough description)
Ahh when it goes into the catch for process transaction
[System.ArgumentException: The values provided for the root activity’s arguments did not satisfy the root activity’s requirements:
‘Process’: Expected an input parameter value of type ‘UiPath.Core.QueueItem’ for parameter named ‘in_TransactionItem’.
Parameter name: rootArgumentValues
at UiPath.Core.Activities.InvokeWorkflowFile.EndExecute(AsyncCodeActivityContext context,
IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context,
IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor,
BookmarkManager bookmarkManager)]
So maybe somewhere I need to change the type of the in_TransactionItem from queue item to something else (maybe datarow?). I’ll have to investigate.
I typed transactionitem into the search box in the top right hand corner of studio and went through every occurence to see if at any point anything with transactionitem in it was defined as a queue item and I couldn’t see anything so not sure what to try next.