Navigation isssue in Dispatcher

Hi All,

I’m stuck in dispatcher part of Generate Yearly Report project. Robot is not navigating to all the pages of the acme site, stays on page 2 and the execution ends. Please help me out to sort this out?

Hi,

Do the data refresh and run the process in a same day.

hi @sarathi125 where do I get data refresh option?

acme

let me try it right away.

1 Like

@sarathi125 I did that but issue persists…

Hi,

Then put the process in the debug mode and check which activity failed.
Possible share the error/exception screenshot.

@sarathi125 Below is the SS.

I’m stuck here since long. Please guide me till the resolution…

Hi @Shah
Check the datatable whether values are therer or not
showing the datatable as empty

Thanks
Ashwin S

Your transaction item and dt_Workitems are null, I think you are trying to use those.

Object reference not set to an instance of an object will cause when we are referring to some value which is not present at the moment.

Also always use Convert.ToString(“object”) instead of using yourObject.ToString.

The Convert.ToString will handle null exceptions.

Here is the datatable:

Do I need to make any sort of changes?

Hi @Shah
that is ok but i could see that dt_work items hopes to be empty

Check it

Thanks
Ashwin S

Output of extract data table is ExtractDataTable
Input of For Each row is dt_WorkItems and output is blank.
Any issue with above settings?

1 Like

Fine
may i know what sequence of activities were used to get to next page
like were we using click activity on the arrow > next page or with the selector
Cheers @Shah

Using dynamic selector:

Fine
is the in_transactionitem is getting incremented’
kindly check that once pls

Cheers @Shah

It’s stuck at Transaction 1 itself and robot is toggling between page 1 and 2.

Thats fine buddy
we need to check whether that argument is getting incremented or not
only then the selector will go for the next page while iterating
@Shah

How do we check that?

Kindly check whether there is a assign activity at the end of the sequence where we have this navigation process
And that assign activity should be like
In_transactionItem = In_rrabsactionItem+1
Cheers @Shah