Multiple Transactions to set transaction status

Hi I am working on a usecase that adds multiple transaction items and i am processing them individually through a datatable. once we get some results i am sending out email in a group as in for all transaction items. The challenge is I have TransactionID stored in my datatable but i need help to set transaction status since it only accepts queue item. how can i either retrieve the transaction item or use transactionID to set transaction status?

@Murthy_Chethana

Use a lookup datatable using transaction id whoch will give the row number of thw transaction…use it to write thw status bck

Cheers

Hey @Murthy_Chethana

When you are uploading the QueueItems just put transactionID as Unique Reference.

Then after all processing, use Get Transaction Item activity and pass the transactionID within Unique reference property. You will get that specific queueitem using unique transactionID and then use Set Transaction Item to update the status.

I hope this will resolve your query!

Best regards,
Ajay Mishra