UiPath level 3 assignment 2, having issues due to Process finished due to no more transaction data

Good Day all,

Currently I am working on the dispatcher of assignment 2. Now after logging in to ACME and clicking on “work items” the process will close due to “Process finished due to no more transaction data”.

Any advice for me?

Thanks in advance!

Generate yearly report.zip (1.7 MB)

Greetings,

You should have some conditions and assignment going on here. Else, there will always be “no more processing data”.

If you follow closely (I did multiple times as well previously) the document walk-through, you should get what they meant in the docs.

Basically, you should assign out_TransactionItem to the current/next item to be process. If I remember correctly, it should be the next page.

Best,
Khairul

Hello,

I do have the if condition below, it is still not working.

Browser still closes automatically due to no more transaction data

Below is my feedback on your process:

  1. You need to follow the steps mentioned in the document.
  2. As per guidelines attachbrowser is the first step in the process GetTransactionData
  3. You dont need the condition thats already there for outTransactionItem, after moving your activities on top remove that if.

Make this change and your process should scrape and process further.

2 Likes

Thank you Nadim.

I have tried that method at the suggest of my colleague and it works!

1 Like

Great!. :slight_smile:
Make good progress.

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