Generate Yearly Report - Dispatcher Run Error

Hi everoyne :slight_smile: I have copmleted all of the workflows needed for the dispatcher and it all run well individually. But after i run the whole project It got 5 errors. May I know why these errors are happening and how I can fix this to make this work? Thank you.
Generate Yearly Report Dispacher.zip (961.7 KB)

Hi @cpena,

First two error is filter datatable error. In here you need to convert your argument to datatable and fill the blank value part.

Other errors are selector errors, i cant understand these. But this solution will solve your filter datatable error.

Regards
Ömer

Hello @cpena

During the execution you need to make sure the initial page is login page. If you are not properly logout of the system, then for the next singing, it will auto login.

Also go through the hints provided in the assignment, to understand the proper changes required.

In the dispatcher flow you will have to assign out_TransactioItem=TransactionNumber

Thanks