Hi all, I’m doing the generate yearly report dispatcher but I keep receiving this error
I’m not sure why this error happen and u can see below is my dynamic selector
Here is my Get Transaction Data:
Appreciate your kind help as I stuck here for quite some time now
HareeshMR
(Hareesh Madasi)
February 21, 2020, 9:53am
2
You are trying to navigate to another page if the number exists here as per your screenshots right? But you can scrape all the pages with the data scraping instead of checking for the another number or page. Have you tried that? That would be easier way
gilles.b
(Gilles)
June 18, 2020, 2:50pm
3
The assignment asked to create 1 transaction item for 1 page. That’s why we should not scrape all pages. At least if we follow the suggested solution.
HareeshMR
(Hareesh Madasi)
June 18, 2020, 6:16pm
4
@gilles.b , I missed it may be , but
I don’t think they would really mean that because they are providing us the activity to scrape all the pages data
I was also facing similar issue. After going through UIPath Forum for the same, got solution as below -
Set ‘RepeatForever’ property to False
This has solved my issue. Try the same at your end