Greetings,
I have everything I suspect is set up in the right place. I go through the 1st transaction smoothly and merged but whenever I go to the second transaction it runs very slow and it throws an error whenever I want to click drop down to save the report. I’ve done the “Simulate Clicks” the “WaitforReady:None” and it works for the first round but not the others. Wondering if anyone has any suggestions on how to go about a consistent and smooth workflow. Below is my problem and my file.
I think that helped a lot but how do I bypass how sometimes the Get Text doesn’t extract the texts I need fo the comment in UploadYearlyReport
@Because it’s not the same, i used Try Catch Activity. I catch the first Pop up, than try the second Pop Up…
Use this selectors in get text and check,
"<"wnd app=‘iexplore.exe’ cls=‘#32770’ title=‘Message from webpage’ />
"<"wnd title=‘Report was uploaded - confirmation id is*’ />
I updated it
I did this in the original and it didn’t work.
It doesn’t work. This cant get validated in my selector.
I did this and a If/Then and it still didnt work.
It works on the first transaction but on the 2nd transaction it comes up as an error.
Hi, i’m sorry i was mistaking ! You should not use Try Catch on this part… Rather than that, you will need to use Element Exists and an If Condition !
This should fix your issue
Please share your workflow…
Ok here it isSystem1_CreateYearlyReport.xaml (38.7 KB) System1_UploadYearlyReport.xaml (19.9 KB)
Please use debugging, to get exactly where it stops… Let me know what’s the exact error, you getting…
Every time I get to this point
and then it stops and I get this kind of error. If I hit continue it moves forward properly but I’m trying to find a way to avoid the error and for it to move smoothly.