Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Email

The Email actions allow us to manage to automate tasks that deal


with a mail server and individual emails in email folders. 

Include:

Connect

Forward

Move all

Disconnect

Check if folder is exists

Delete

Delete all

Browser

Close

Download file

Get source code

Go back

Open

Run JavaScript
Using the Browser package, we are able to use actions that allow
us to:

 Open websites and launch web browsers


 Run a script to increase site interactivity using JavaScript
 Locate links that no longer work
 Download a website’s files

Loop

Start Loop

Times:

Will simply loop for a given number of times.

List:

Iterates through a given list.

Condition:

Will run actions that are based on a given condition.

Each Row in an Excel Doc:

This is often used with the Get Multiple Cells Excel action. After


extracting cells in Excel, the rows and columns in a range are
assigned to $Excel Column$, which is a System Variable. More on
those later.
End Loop

Automatically inserted into the end of the loop. This marks the
loop's completion.

Break

Terminates the current loop and moves on to the next action


outside of the loop. This would be useful when searching for a
specific file name. After it is found, we can move on and stop
looping.

Continue

The continue action terminates the current iteration and moves on


the loops next item.

You might also like