Please use this thread for all of your questions of Automating the Business Task course assignments.
Hi there,
I tried to do the assignment 7 but it seems like my while loop is not working.
can someone help me to check whether my script is working or not.
Assignment 3: Google Form
https://automationacademy.com/learn/mod/page/view.php?id=836
source code: https://github.com/snuifies/rpa-express
Assignment 6: Scroll to image Page
https://automationacademy.com/learn/mod/page/view.php?id=838
source code:https://github.com/snuifies/rpa-express
Assignment 4: Google Form (variables)
https://automationacademy.com/learn/mod/page/view.php?id=835
source code: https://github.com/snuifies/rpa-express
Assignment 5: Google Form (loop)
https://automationacademy.com/learn/mod/page/view.php?id=837
source code: https://github.com/snuifies/rpa-express
RPA Express: Introduction and Getting Started
Assignment 7: Google Form (Excel in application)
https://automationacademy.com/learn/mod/page/view.php?id=839
source code: https://github.com/snuifies/rpa-express
Assignment 8: Google Form (Excel actions - Get Range)
https://automationacademy.com/learn/mod/page/view.php?id=840
Video
Code
RPA Express: Introduction and Getting Started
Assignment 9: Google Form (XPath) :
https://automationacademy.com/learn/mod/page/view.php?navbutton=Next%3A+Assignment+9%3A+Google+Form+(XPath)&id=841
Code:
https://github.com/snuifies/rpa-express
Video :
https://www.youtube.com/watch?v=MpgpvUw96ag&index=7&list=PLYRbCVw2hGKr0SMUtmeubc2aQR_JpddOc&t=72s
RPA Express: Introduction and Getting Started
Assignment 9: Google Form (XPath) :
https://automationacademy.com/learn/mod/page/view.php?navbutton=Next%3A+Assignment+9%3A+Google+Form+(XPath)&id=841
Code:
https://github.com/snuifies/rpa-express
Video :
https://www.youtube.com/watch?v=MpgpvUw96ag&index=7&list=PLYRbCVw2hGKr0SMUtmeubc2aQR_JpddOc&t=72s
Hello, I have a question on task 11. Should I create the archive Offer Letters.zip with letters by myself or link for downloading is missed?
Assignment 5: Google form (loop)
It seems like everything is working perfect but when the first form is send it starts over with the same info instead of taking the next row? (next person)
see video here:
What should I do differently?
RPA Express Assignment 11 has a missing link for the zip file Offer letters. Where can the sample zip file be downloaded?
@januscxakpyOht, use the item variable to assign the values for the first name, last name etc. Instead of using the ${mytable[0]}, use ${item[0]}, ${item[1]} and so on