Please ask below any questions you might have in follow-up to our live sessions. You can also take this chance and provide your colleagues with the correct answers and collaborate on topic.
Good luck and enjoy your automation journey!!
Thanks for joining and apologies for running short of time for the last 2 exercises.
Iβm attaching project zip with Project with solutions for exercises 3 & 4. The Exercise Plan is in the project as a PDF. You can follow the instructions to build your own and compare to the working versions in the project.
DoWhile has examples of a Do While loop and Else If control
ForEachFile has a loop that everyone will use sooner or later. Remember to use the Snippet to create the loop
I also added a Variables workflow to respond to a question in the chat.
I heard there was trouble reaching the exercise project from session 1.
Iβm attaching a working project with the step by step instructions. Try creating your own using the instructions. But this way you have a working version to compare to if you run into complications. You will need to rebuild file path to Excel file to use the example.
I am working in a Citrix ERP environment and having issues βclickingβ on the correct selector. The selectors in a table follow the following format [1,2], [2,2]β¦[2,10] (Column 2, Rows 1-10). The element that I need to click would be an element beyond the 10th row however when the page scrolls down the elements 11, 12, 13, etc. would then become elements 8, 9, 10. The table within ERP only seems to house 10 rows, so how do I click the 11th element in my bot?