Process continued and lots of Queue Item added into Queue

My project is to read emails form inbox one by one. Such as,

  1. Read Email,
  2. Extract data
  3. add to Database

then continue with next mail.

I have used REF and under Get Transaction Data I created this…

It worked fine… but at the end when I didt had any email means inbox had 0 mails.

My process was running means it didt stoped

And it has created more then 400 In Progress queue item… while my there was no emails in the folder.

Can someone help with Queue item and the REF issue… Why that happend and how can i resolve it.

Hello Ellen,

If I understand correctly, the use case is to get email (read email) from mailbox, extract data and add to Database(Not UiPath Queue).

In that case the reason behind the mentioned issue of all queue items is In-progress state is once you use get transaction activity of UiPath, the status of added QueueItem changes from New → In Progress. Your GetTransaction Activity will fetch the email data added as queue item, where you are performing data extraction.

You need to perform the Set Transaction Status for that particular Queue Item either to Success or Exception depending upon the outcome of processing. You may have missed sending the reference to the activity and hence, all of the items are marked In-progress status.

You can refer this Video for guidance and let me know if you are still facing issues.
Set Transaction Process

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.