L3 Assigment 2 - TransactionItem is set to Nothing

Dear colleagues,

This is the dispatcher workflow which suppose to set TransactionItem as number of page.

Can someone take a look to this workflow Cezar Cardon.zip (1.7 MB)

… and tell me what I did wrong to GetTransactionData that it sets TransactionItem = Nothing?

It means that your Element Exists activity is returning a false value (cannot find the next page you have specified). Based on your element exists selector it will not work for the first page because your in_TransactionNumber = 1. Your activity will try to find the next page but will not find it because the next page you have specified is value 1 when it should be value 2

Forgot to mention that since its trying to find the next page with a value of 1. It will not find it because the selector for a “current page” and a page that is not current page will be different.