Change queue item status that are in new state at end process

Hello All,

I need a help.

After processing all required transactions I have some queue items in new state.
I need to take all the queue item in new state and do an email activity on that particular queue items in end process. and I need to change the status to inprogress.

While trying this i got an error : queue items are not been processed yet. So I can’t able to change the status.

Any ideas?

Hey @Aarya_Sajeev

You need to use Get Transaction Item here before updating status.

Thanks
#nK