Get Specific Item of Transaction Item is not Working

Hi,

I added transaction item to the queue and put ID in the Information collection as the ID extracted my input data (i.e. row.Item(“ID”).ToString). I then assigned out_TransactionID = out_TransactionItem.SpecificContent(“ID”).ToString. Once this is done, in process, I will search on SAP for these ID. This worked well with the first queue item, but then failed with the rest. Do you have any idea how I could fix this? All the IDs are on Queue, so they definitely got pushed on the Orchestrator and the ID are all stated on each transaction item.

A screenshot of the error warning:
image

Hi @upnewbie.

It would be great if you can share the code or bit more clear on the problem will help us to give a possible solution.

Warm Regards,
Ranjith Udayakumar

Hi,

Sorry the workflow contains confidential stuff in it so I could not share it. Here is a screenshot of my Get Transaction Data xaml:


and this is how I added the queue item: