Printf7
(Printf7)
March 15, 2021, 3:45am
1
Dear all,
I would like to use Data Scrapping function with Multiple Pages. (Google Analytics 360)
When I click the ‘next button’ manually, ‘show Rows’ is ‘1000’.
However, When I do it with UiPath, ‘show Rows’ is changed to 10 (Default).
So it works like this.
1 page (1,000 result) → 2 page (10 result) → 3 page (10 result) …
Could you please let me know how to solve it?
I would like to keep ‘1000’ rows with Data Scrapping.
I really appreciate in advance!
Hi @Printf7
Please put 0 for Maximum number of results, in the data scrapping wizard,as shown below:
or you can make similar changes in the properties panel/Options, as shown below:
So in this case if 1000 records are present on the page 1, page 2 and so on, all would be picked.
In order to fix the number of records, you could mention 1000
1 Like
Yoichi
(Yoichi)
March 15, 2021, 4:30am
3
Hi,
I think it’s difficult to change “show rows” to “1000” in Multiple page mode in datascraping.
So, perhaps we should use single page Data Scraping, Select Item activity to change “show rows” to “1000” and Click activity to next page, inside a loop.
Fortunately, DataTable property in ExtractData activity is In/Out type. So we can append each result to a datatable.
Regards,
1 Like
Printf7
(Printf7)
March 15, 2021, 4:37am
4
Hello Yoichi-san,
I’m really sorry that I’m beginner of UiPath.
Could you please show the sample if it possible…?
I don’t know how to use ‘Do While’ in this case.
thanks,
Printf7
(Printf7)
March 15, 2021, 4:41am
5
Hello,
Thank you for you answer.
I already set it as ‘0’.
Although I set it as ‘1000’, It doesn’t work.
Yoichi
(Yoichi)
March 15, 2021, 4:50am
6
Hi,
The following is rough workflow, for example.
Hope this helps you.
Regards,
1 Like
Printf7
(Printf7)
March 16, 2021, 6:50am
7
Thank you so much for your information!
1 Like
system
(system)
Closed
March 19, 2021, 6:51am
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.