Skip to content

This UiPath Studio project features an RPA Bot designed to create a personalized unicorn name for you, which will then be displayed on the screen.

Notifications You must be signed in to change notification settings

shwetasng/RPA-UiPath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPA-UiPath

This UiPath Studio project features an RPA Bot designed to create a personalized unicorn name for you, which will then be displayed on the screen.

Steps to install UiPath Studio in your system

  • Step 1: Link: https://bit.ly/3rOHDkd >> option on the right side >> sign up for UiPath Automation Cloud for community
  • Step 2: Download UiPath Studio (not StudioX): Once inside the Automation Cloud click on the first blue button Download UiPath Studio
  • Step 3: Run the UiPath Studio installer
  • Step 4: Sign into UiPath Automation Cloud from UiPath Studio

RESOURCES:

https://docs.uipath.com/installation-and-upgrade/docs/studio-install-studio

STEPS TO MAKE YOUR FIRST BOT

  1. First open your UiPath studio Community app, then to create a new bot we select Process from New Project

image

2. Give name to the process and change the location according to you then create.

image

3. Design window for the bot will then open and we can give instructions to the bot in the main sequence.

image

4. In the left search bar of Activities search for input dialog.

image

5. Drag and Drop the input dialog in main sequence.

image

6. input values in the dialog box as given in the picture below and in the field 'value entered' using Ctrl+K put str_name

image

7. Drag and drop one more input dialog just below the previous one.

image

8. Enter the values in this as well just like in the previous one.

image

9. Now search for open browser.

image

10. Drag and drop the open browser below the input dialog.

image

11. In the open browser insert the url of website https://www.rpasamples.com/unicornname

image

12. Search for type into

image

13. Drag and drop type into in the do section of open browser.

image

14. select enter your name as screenshot for type into and put variable as str_name

image

15. Search for 'click'.

image

16. Drag and drop 'search just below 'type into' in the do section of open browser.

image

17. Choose 'get name' from the website.

image

18. Search for 'get text'

image

19. Drag and drop 'get text' below the get name and select 'unicorn name' from the website on browser.

image

image

20. For the 'get text' on the right side enter the OUTPUT Value, using Ctrl+K give it's value as str_unicornname

image

21. Search for 'message'.

image

22. Drag and drop it outside 'Open Browser'.

image

23. In the text section put the desired message you want to print for eg: "Hello"+str_name+"Your Unicorn Name Is"+str_unicornname you might see some error in this this is because the variable str_unicornname is not in global scope and it can be done so by changing its scope to Main Sequence from the variables section.

image

24. Now we can run the file from Debug File drop down on left side on top of screen.

image

25. Enter your name and then required password length as we specified in the input dialog box

image

26. You will then see a message box will be automatically generated having your username and your unicornname.

image

"YAYY!!😃 YOU'VE FINALLY MADE YOUR FIRST BOT WHICH GENERATES A MESSAGE BOX WITH YOUR USERNAME AND YOUR UNICORN NAME"

About

This UiPath Studio project features an RPA Bot designed to create a personalized unicorn name for you, which will then be displayed on the screen.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published