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 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?
@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.
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.
Output of extract data table is ExtractDataTable
Input of For Each row is dt_WorkItems and output is blank.
Any issue with above settings?
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
Fine
is the in_transactionitem is getting incremented’
kindly check that once pls
Cheers @Shah
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