Hello RPA Expert out there,
I am new to RPA tool and currently learning to solve Generate Yearly Report - Assignment 2 of UIPath RPA Developer Advance training.
I have created the Generate Yearly Report as the guidelines provided. This process workflow is working correctly for 1st workitem and upload the yearly report successfully but when it picks up the 2nd workitem for processing, it generate an error at ‘On Element Appear’ activities in System1_CreateYearlyReport.xaml file. I have tried below property as advised in many blogs
RepeatForever - False
WaitVisible - True
WaitForReady - None / Interactive / Complete (tried all the options)
I have tried to set the selector dynamically also by storing the selector in a variable first then setting this variable as a selector for OnElementAppear activity but nothing seems to work for me. I am attaching the screenshort of CreateYearlyReport.xaml file.
Same code is working fine for 1st items and download the reports for all the months, upload the report successfully.
Please anyone help me out to resolve this problem. I am stuck on this assignment.
Thanks @Carlos_Lopes,
I have used the dynamic selectors for all the activities wherever needed.
Below is the selector used for OnUiElementAppear acitivity
For 1st workitem, it works correct but while processing 2nd workitem, it gives me the mentioned error.
ElementExist property is working fine. OnElementAppear activity is not working correctly after 1st item has processed. So is ElementExist creating a problem?
Hello @mz3bel,
Seems it’s working fine now. Thanks a ton buddy. You saved my lot of time. Since 2 days, I was trying to resolve it. If there would be any issue again, I would let you know. but as of of it seems it will work fine.
Thanks again for your help.