I have been completing the Automation Starter course, and I recently finished the module titled “Build Your First Automation.” Below are my responses to some questions I was asked:
-
What have you learned from this course that is most interesting?**
Answer: The most interesting thing I’ve learned is that I don’t need to manually send an email to every student. With UiPath automation, I can send emails to everyone with a single click. I also learned about UI-level activities such as browsing, inputting data, and copying data. -
What part did you find most difficult?
Answer: I found it challenging to connect my Microsoft 365 account with UiPath Studio. I have not yet resolved this issue and would appreciate any assistance from a fellow learner. -
How will you apply what you learned to your work?
Answer: I have learned how to extract data from a spreadsheet, copy that data to a user interface (UI), select the data in the UI, and submit it. In my current project at work, we are involved in user data migration, which is very time-consuming. By using RPA, I can automate this task. Our company provided an Excel sheet that contains the data I need to transfer to the UI. I will use RPA to perform this data migration. -
What questions do you still have?
Answer: How can I use browser activity in multiple tabs? For instance, on the homepage, there are four tabs: 1. Home 2. Data 3. Feedback 4. New Entry. When I click on “New Entry,” a new tab opens, and I am encountering issues in that area. I can’t proceed further.