Automation Anywhere Programs
Automation Anywhere Programs
anywhere
programs
PRINT A MESSAGE
______________________
1. DRAG AND DROP A MESSAGE BOX FORM ACTION .
2. SET PROPERTIES
• ENTER YOUR MESSAGE TO DISPLAY
• SET ITS RUNNING TIME
3. SAVE AND RUN BOT
Read data from Excel
___________
1. Make excel sheet
2. Go to Action box , Excel , Excel Advance :- open
• Create variable
7. Message box : - in message box $row[0]$ $row[1]$
$row[2]$ $row[3]$
2. Now again go to Action Box :- excel advance :- GO TO CELL :- Specific cell name
3. Excel advance :- set cell :- value of cell
4. Repeat Above step 3 times
6. Click on run+trigger
Data From web
______________
1. Triggers
2. Hot Key triggers
3. Start
4. Bowser:open
-Specify the address shared by sir that is given below
-Also choose a web browser
5. Recorder : Capture
-browser title
-link of web page
-recapture object
-Action to take on object - Get table
-Object properties
-Save the outcome to a variable
6. Data table: Write to file
-specify data table name
-Specify a location along with file name
-overwrite file
-save and run
https://rpademo.automationanywhere.com/userlist.php
Email Automation
_________________
1. Create a bot and name it as 'EmailAutomation'
2. Search for email in Actions window
-Choose 'Send'
-Type an address in To address
- Cc and Bcc optional
- Subject:
- Choose Desktop file and specify a file
- Specify message body
- Specify from address
- Email server host : smtp.gmail.com
- Email server port
587
- specify username and password using insecure string
3. go to Manage -> specify credentials
Credential Name: Email
Description: Password for email verification
a. Attributes
b. Attribute name - your name
c. Input - standard
d. value: your Gmail id
e. Attribute name:password
F. Input - standard
g. Masked
h. Value: specify your gmail passwrd
4. Go to locker
5. Specify name
6. Locker credentials
(specify one of the credential name you just created)
Now try to use the locker and credentials you just created in the bot you were
working on
1. Create a loop
2. Create a variable
4. For the message box set property -> Folder name: a variable
READING FILE NAMES
__________________
5. MESSAGE BOX:
Import string from text file
________________________
(first create a text file and save the content with a variable named x)
1. Create a bot
4. Variable key : x
2. Drag substring
3. Properties -> Source string (variable used to get string from notepad)
5. Message box : Enter the message to display (substring function output variable)
Using Split
____________
1. Create a text file and put some names in the file separated by , or any other separator
(Also declare a variable in the text document)
2. Import a string from text file.
a. browse the file
b. variable key in text file (variable created in notepad)
c. Created variable for output
3. Drag split in same bot
a. Source string -> variable - SplitAnswer
b. Delimiter -> ,
c. Split into substring -> All possible
d. Assign the output-> Create a variable (listvar)
4. Drag a list size from Actions
a. List variable -> listvar
b. Assign the size to a variable
5. Number to string
a. Convert a variable
6. Message box->display a variable
7. Drag a loop
a. List -> Get Item
b. List Variable -> SPlitlist (variable already created)
c. Index number - $counter1$-1
c. Set loop properties - $ListSize$
9. Drag multiple record capture inside loop for every column and repeat step 8 for
every column, just keep on writing correct column name.
Error handling
______________