top of page
Online News Reading

Collect Customers Data from Website Automation

Starter Pack

This is the # 6  series of the UiPath small starter pack series. We provide tutorials for implementing automation with examples of cases that are commonly encountered in everyday life.

Collect Customers Data from Website

In this case, a user needs to collect the customer's data from a web application, processing into Excel, and send the result via email. The user needs to copy the name, address, birthday, and phone number of the customer.

If it needs to be processed manually isn't the user going to be overwhelmed?

collect customer data from website.jpg

Why you need Small Starter Pack?

First time on Robotic Process Automation (RPA) and UiPath? Don't have an idea for automation?

Small starter pack will help you to learn and familiar with UiPath. We provide UiPath Starter Pack to let you experience the look and feel of UIPath and trial it yourself. We offer support for you to plan, build, manage, run, and measure automation using UiPath.

How UiPath Help Collect Customers Data from Website Automation?

UiPath robot capable of mimicking human user actions.

UiPath robot will help you to improve the speed of the operation, accuracy and end the repetitive tasks.

Collect Customers Data from Website Automation using UiPath

Build automation with no code using UiPath StudioX

  • Create a new project by selecting a blank task in the new project section.

  • Fill in the process name, location, and description

  • Let's build the UiPath robot

  1. Add activity "Input Dialog" to determine the number of customers whose data will be collected

  2. Add activity "Input Dialog" to specify email recipient

  3. Add activity "Build Data Table" to specify the column name

  4. Click tab Variables and change variable type customer to integer

  5. Add new variable iRowNo, outputfile, mailFrom and mailPassword

  6. Add activity "Open Browser" to specify the website address

  7. Add activity "While" to repeat the process based on the number of customers whose data will be collected

  8. Add activity "Assign"

  9. Add activity "Get Text" to get the customer name

  10. Add activity "Get Text" to get the customer birthday

  11. Add activity "Get Text" to get the customer address

  12. Add activity "Get Text" to get the customer phone number

  13. Add activity "Add Data Row" to add the value into table

  14. Add activity "Click"

  15. Add activity "Write Range"

  16. Add activity "Send SMTP Mail Message"

  17. Add activity "Close Tab" to close the browser

  18. Add activity "Message Box" to show the process is completed

  19. Click the button "Run"

List of UiPath components on Collect Customers Data from Website Automation :

  • Activity Input Dialog

  • Activity Build Data Table

  • Activity Open Browser

  • Activity While

  • Activity Assign

  • Activity Get Text

  • Activity Add Data Row

  • Activity Click

  • Activity Write Range

  • Activity Send SMTP Mail Message

  • Activity Close Tab

  • Activity Message Box

down-arrow.png

Check our UiPath Starter pack series

Get Started on your UiPath journey

Interest in purchasing or need more information?

Please enter your email to request a quote or request more information about the UiPath.

Thanks! We'll contact you shortly.

bottom of page