Aleksey_M
(RPA_Dev)
August 17, 2018, 4:13pm
1
Hi!
Use the Data Scraping wizard to extract the entire HTML table. When asked if the data spans multiple pages, answer Yes, and point to the next page button.
o Set the Maximum number of results option to 0, so that all the identified elements can be extracted as output.
How make Data Scraping? I have this error in scraping:
phyogananda
(Yogananda Reddy)
August 18, 2018, 4:31am
2
@Aleksey_M
this is the error when you don’t initialize the variables, please check the values you have declared.
Like Transactionitelm , transactionnumber
thanks
phyogananda
(Yogananda Reddy)
August 18, 2018, 4:33am
3
if that is not working, try debug mode(Step in / Step Out) and let me know where it gets stuck.
thanks
Aleksey_M
(RPA_Dev)
August 18, 2018, 9:13am
4
Thanks, I figured it out. Waiting for the following error
Aleksey_M
(RPA_Dev)
August 18, 2018, 10:43am
5
I was confused where what arguments to transmit.
In Extract workfow I have next argument:
And what I must declare in Main-Init argument ? And in Main-GetTransactionData?
Now in Main-Init:
In Main-GetTransactionData:
I don’t understand, how pass argument out_WIList with my data from Extract workflow to GetTransactionData
phyogananda
(Yogananda Reddy)
August 18, 2018, 12:59pm
6
you need to click on import argument, bind them with variables declared.
Declare WI_List in Main workflow, i.e, state diagram variable list
Gettrasactiondata----
Thanks
Aleksey_M
(RPA_Dev)
August 18, 2018, 1:28pm
7
O, my god! Thanks! I lost all day because of this trifle ((
Now I made so:
MAIN-Init
MAIN-GetTransactionData:
GetTransactionData:
1 Like
Aleksey_M
(RPA_Dev)
August 19, 2018, 4:21am
8
I do not understand why the program does not go into System1_NavigateTo_WIDetails
Adress are correctly:
https://www.acme-test.com/work-items/210415
phyogananda
(Yogananda Reddy)
August 19, 2018, 4:36am
9
Before it navigates to widetails page, It should be in workitems page.
“ACME System 1 - Log In ” this page…?
Did you verify it
Aleksey_M
(RPA_Dev)
August 19, 2018, 4:42am
10
Aleksey_M
(RPA_Dev)
August 19, 2018, 4:43am
11
My workflow System1_NavigateTo_WIDetails:
phyogananda
(Yogananda Reddy)
August 19, 2018, 4:44am
12
did you run in debug mode…?
Aleksey_M
(RPA_Dev)
August 19, 2018, 4:51am
13
Yes, I debog from this MessageBox. Robot not go in this workflow
This is my open workitems, when show this messagebox:
Aleksey_M
(RPA_Dev)
August 19, 2018, 5:00am
14
Here’s another incomprehensible message in debugging.
I must say, what click on LogIn ACME works through time . Sometimes I click on LogIN - help to robot
Aleksey_M
(RPA_Dev)
August 19, 2018, 5:10am
15
phyogananda
I don’t understand why click on LogIN work through time. When I get transactiondata he work good.
When it click from InitAllApplication - not work
May be checked SimulateClick on Click activity in System1_Logon ? Work, but again error:
“message”: “Invoke System1_NavigateTo_WIDetails workflow Faulted”,
I don;t know that to do
phyogananda
(Yogananda Reddy)
August 19, 2018, 5:46am
16
https://www.acme-test.com - use this URL and attach workitems and WIID
try like this…
Aleksey_M
(RPA_Dev)
August 19, 2018, 7:23am
17
phyogananda
URL is correct, I checked it in messagebox:
Error in Attach browser. He does not see the open IE :
Why??
Aleksey_M
(RPA_Dev)
August 19, 2018, 7:44am
18
But if run only System1_NavigateTo_WIDetails, with open IE, then it work:
But why don’t work in my solution?
phyogananda
(Yogananda Reddy)
August 19, 2018, 9:09am
19
System1_Naviagteto_WIDetails.xaml (6.3 KB)
check mine, and use some wait time also incase if loading is taking time.
are you sure that before this workflow execution starts, IE should be in workitems page …?
Aleksey_M
(RPA_Dev)
August 19, 2018, 9:46am
20
OOOOOOO, of course NO, my IE was in Dashboard !!!
Thanks, I fixed it.