Hello,
I am stuck when I try to run the Performer part of Assignment 2. When the bot logs in and navigates to the work items page, it says unauthorized. I’m struggling to determine exactly what the issue is. Could someone take a look and tell me where I am going wrong? I appreciate your help!.
I checked your Performer workflow and it’s working well as expected. So the issue may be with your “Dispatcher workflow”. You are getting an unauthorized page error may be because of an invalid ‘WIID’ navigation. So Please check the ‘orchestrator queue–> View details’ to make sure you are getting a valid ‘WIID’ or print the “WIID” value in a ‘write line’ activity in the ‘Performer’ workflow to verify the same…
Please use writeline activity before you navigate the page to read page url and check whether the page url runs manually. Also please share the navigation URL you have defined.
Good practice: not related to present query: Please Clear queue before you run Dispacher.
Try without using “SimulateClick” and “SendWindowMessages” on the click activity.
If it’s not solved, you can use a ‘select Item activity’ with ‘item’ as your year variable and selector,
Got it. I added a delay because I was getting hung up at the read csv. Now it seems to be getting hung up at the close button. Any ideas on how to fix?
Oh…I see. I figured out earlier. Now my issue is down in the close button on “create yearly report” it also isn’t cycling through the months. It logs in, retreives the tax id, goes to the monthly report, pasts it and populates year and january. then logs out.