TweetFollow Us on Twitter

Getting Started with Automator

Volume Number: 25
Issue Number: 08
Column Tag: Automation

Getting Started with Automator

by Ben Waldie

Automator, introduced in Mac OS X 10.4 Tiger and significantly upgraded in Mac OS X 10.5 Leopard, is becoming a staple of many Mac users' daily routines. With Automator, users can quickly and easily create custom workflows to automate many of the time consuming and repetitive tasks they perform day in and day out.

The first thing to understand when it comes to Automator, however, is that it can't do everything. Automator is by no means the be all and end all of Mac automation. For more advanced automation, you'll want to look at something like AppleScript, or one of the traditional scripting languages like Python, Ruby/MacRuby or Perl. At present (Mac OS X 10.5.x), Automator has several key limitations, including its inability to perform branching logic, i.e. if X happens, do Y. Still, it will allow you to automate a wide variety of basic tasks on your Mac, including image resizing and manipulation, emailing, extracting content from the web, and more. And, you don't need to be a programmer or scripter in order to use it.

TIP: If you'd like to learn about AppleScript, be sure to visit the archives section on the MacTech website, where you'll find dozens of my AppleScript articles: http://www.mactech.com/articles/mt_indices/W_Authors.html

Getting Around Automator

Automator is found in the /Applications folder on your Mac. When you launch it, a workflow window is displayed with a Starting Points panel attached. See figure 1. Starting Points allows you to choose the type of information (files & folders, music & audio, photos & images, or text) you want to process, and where that information resides (online, on your Mac, in iPhoto, etc.) Based on your specifications, Automator will then use a template to create a workflow that gets you started. Of course, you can always create a custom, blank workflow too, if you prefer.

PLEASE NOTE: This article covers Automator in Leopard. If you're using Tiger, some features discussed may differ, or may not exist.


Figure 1. An Automator Workflow Window and Starting Points Panel

Actions

In Automator, workflows are made up of actions, each of which performs a specific task. To build a workflow, simply find the actions that do what you need, and insert them into your workflow in the order you want them to run.

When run within a workflow, most (though, not all) Automator actions will produce results, which can then be passed to other actions as input. This allows you to create a flowing workflow, which passes information along from one action to the next, much like an assembly line. For example, get a web page, locate any images on that web page, download those images to a folder on your hard drive, rename the downloaded images, etc. Most actions also have configurable settings, allowing you to adjust how the action will behave when run within a workflow.

Finding Actions

Along the left side of the workflow window, you'll find a library of all the actions that are available to you. Automator comes with a few hundred actions for things like Address Book, iCal, Mail, Preview, and Safari. Within this library area, actions are organized into categories. Just click on a category to view a set of corresponding actions, or quickly locate an action by typing some keywords into the search field above the library. See figure 2.


Figure 2. Searching for an Action

Beneath the action library, you can view a description of the selected action. Here you'll find information about what the action does, along with the type of input the action accepts (if any), the type of result the action produces (if any), and more. See figure 3.


Figure 3. The Description of an Action

Adding Actions to a Workflow

When you find an action you want to use, simply drag it to the right side of the window to add it to the workflow. At this time, the action's interface will be displayed, allowing you to configure its settings (if any). See figures 4 and 5.


Figure 4. An Action with No Configurable Settings


Figure 5. An Action with Configurable Settings

TIP: Want more actions? You can find loads of third-party actions in the Mac OS X Downloads section of Apple's website. http://www.apple.com/downloads/macosx/automator/.

Creating a Simple Workflow

Perhaps the best way to get started with Automator is to create some simple workflows. Let's walk through creating a workflow that will encrypt selected PDF files in the Finder, and attach them to a new outgoing message in Mail.

Launch Automator and create a new workflow. When the Starting Points panel appears, choose to create a Files & Folders workflow, to get content from my Mac, and to Use files & folders selected in the Finder when workflow runs. See figure 6.


Figure 6. Creating a Files & Folders Workflow

Automator will then start the workflow for you by automatically inserting a Get Specified Finder Items action. See figure 7. When the workflow runs, this action will locate any selected files in the Finder, and pass them to the next action in the workflow for processing.


Figure 7. An Action to Get the Files Selected in the Finder When the Workflow Runs

Click on the Files & Folders category in the actions library, and locate Filter Finder Items. Then, drag it to the end of the workflow area. Configure the action to filter for files whose File Type is PDF File. See figure 8. When run, this action will scan through the files it receives as input, and filter out anything that's not a PDF.


Figure 8. An Action to Filter for PDF Files

Click on the PDF category in the actions library. Find Encrypt PDF Document, and drag it to the workflow. Enter a password into the Password and Verify fields. See figure 9. This action will receive PDFs as input from the previous action, and it will then encrypt them. When it does this, it won't actually replace your original PDFs with encrypted files. Instead, it will generate new encrypted PDFs in a hidden temporary folder on your Mac. It will then pass these encrypted PDFs to the next action for further processing.


Figure 9. An Action to Add Encryption to PDFs

Click on the Files & Folders category again, and drag the Rename Finder Items action to the workflow. When you add this action to the workflow, Automator will display an alert, letting you know that this action will modify your files. It will suggest inserting a Copy Finder Items action first, so the original file names are retained. This isn't necessary, since the action will already be working with copies of the PDFs. So, just click the Don't Add button to skip adding the additional suggested action.

Next, set the uppermost popup in the Rename Finder Items action to Make Sequential. Then, select the new name radio button, and enter Encrypted PDF into the following field. You can leave the other settings alone. See figure 10. Since the previously inserted Encrypt PDF Document action will assign unique names to the newly processed files, this action will rename them to Encrypted PDF, followed by a unique numeric suffix. The renamed PDFs will then be passed on to the next action in the workflow.


Figure 10. An Action to Rename Encrypted PDFs Sequentially

With the Files & Folders category still selected, find the Move Finder Items action, and drag it to the end of the workflow. See figure 11. This action will receive the renamed encrypted PDFs from the previous action, and simply move them from the hidden temporary folder to the Desktop.


Figure 11. An Action to Move Renamed PDF Files to the Desktop

Click on the Mail category in the actions library, find the New Mail Message action, and drag it to the workflow. See figure 12. This action will create a new outgoing message in Mail, and attach the encrypted PDFs received as input. Feel free to fill in a default subject and message, if you'd like.


Figure 12. An Action to Attach PDFs to a New Mail Message

You can now test the workflow by selecting a PDF file in the Finder and clicking the Run button in Automator's toolbar. If all goes well, the selected PDF should be encrypted as a new PDF file named Encrypted PDF-1.pdf on the Desktop, and attached to a new outgoing message in Mail. This example should give you an idea of how to place actions together to form a complete workflow.

Saving and Running Workflows

Of course, it's not terribly convenient to have to launch Automator every time you want to run a workflow. Instead, it's much more useful to save your workflows, allowing them to be run outside of Automator.

There are actually two primary formats in which you can save Automator workflows. The first is a workflow file, which simply opens in Automator when double-clicked. The second much more useful format is an application, which will behave like any other application in Mac OS X. Double click on it to run it, place it in your Dock, and so forth. Automator workflows saved as applications also support drag and drop. To process a bunch of files, simply drop them onto the workflow application, and they will be passed to the first workflow as input.

Workflow Plug-Ins

Automator can also save workflows as plug-ins for certain applications and processes. To save a plug-in, just choose Save as Plug-in... from the File menu, and when prompted, choose the desired type of plug-in. Options include:

Finder Plug-in – The workflow appears in the Finder's contextual menu (when you control+click on something). Any selected files and folders are passed to the workflow as input.

Folder Action Plug-in – The workflow is attached to a specified folder in the Finder, and runs whenever items are placed into the folder. The newly added items are passed to the workflow as input.

iCal Alarm Plug-in – The workflow is saved and attached to an iCal event as an alarm. You can configure the event to run the workflow at the desired date and time. You can even put it on a recurring schedule!

Image Capture Plug-in – The workflow appears in the Automatic Task popup in the Image Capture application. You can choose the workflow to process images as you download them from your camera. For example, adding a naming convention to photos, importing them into iPhoto, and generating a PDF contact sheet.

Print Workflow – The workflow appears in the PDF popup at the bottom of the Mac OS X print window when printing a document in any application. Just choose the workflow to print the document to PDF and pass it to the workflow for processing. For example, printing an encrypted PDF directly to an email.

Script Menu – The workflow appears in a system-wide script menu in the menu bar, giving you a quick way to find and run the workflow at any time.

Advanced Workflow Techniques

Automator in Leopard also introduced some features for creating more advanced workflows, including looping and workflow variables.

Looping

In the Utilities category of the action library, you'll find a Loop action. Use this to create a workflow that loops for a specified number of times or period of time. Consider using this action in combination with the third-party Dispense Items Incrementally action (available from http://automator.us/leopard/downloads/index.html) to create a workflow that loops through files or folders one at a time.

Workflow Variables

Probably the most useful, yet underutilized feature of Automator is the ability to insert variables into a workflow. Variables allow you to make use of dynamic content, which is determined when the workflow runs. For example, use variables to add the current date and time to the subject of an email, to get the current machine's IP address or user name, and much more. Variables can even be used to store the results of an action, for later reference within the workflow. This offers a way to get around Automator's linear processing, that is, passing information down from one action to the next in sequence from start to finish.

In Closing

We've only scratched the surface here about what Automator can do, and I encourage you to take some time to explore it more on your own. After some time and practice, you should be able to put together some useful workflows that will no doubt save you time and effort in your daily life. As you get started, don't be afraid to try out different actions that are included with Automator, to see what they do. And, be sure to explore the hundreds more actions that are available from third-party developers. As I'm sure you'll quickly find, Automator is a great tool for reducing some of those simple and mundane repetitive tasks that you're currently doing manually. Until next time, automate your Mac and simplify your life!


Ben Waldie (ben@automatedworkflows.com) is president of Automated Workflows, LLC (www.automatedworkflows.com), a company offering AppleScript, Automator, and workflow consulting services to Mac-based businesses. For years, Ben has developed professional automated solutions for companies such as Abercrombie & Fitch, Adobe Systems, Apple Inc., CNN, Microsoft, NASA, PC World, and Time Magazine. Ben is the author of "Automator for Mac OS X 10.5 Leopard Visual QuickStart Guide" (Peachpit Press) and "AppleScripting the Finder", has written AppleScript and Automator content for Apple.com, Macworld, MacTech, MacScripter.net, and X-Ray Magazine, and is the host of the "Mac Automation Made Simple" video podcast (Peachpit Press). Ben has also released hundreds of Automator actions for use with Adobe Illustrator, InDesign, Photoshop, FileMaker, QuarkXPress, Twitter, and more.

 
AAPL
$562.29
Apple Inc.
-3.03
MSFT
$29.06
Microsoft Corpora
-0.01
GOOG
$591.53
Google Inc.
-12.13
MacTech Search:
Community Search:

Men in Black 3 Review
Men in Black 3 Review By Rob Rich on May 25th, 2012 Our Rating: :: WE'LL TAKE IT FROM HEREUniversal App - Designed for iPhone and iPad Gameloft delivers a surprisingly awesome free-to-play management game based on a beloved series... | Read more »
SketchBook Ink Review
SketchBook Ink Review By Lisa Caplan on May 25th, 2012 Our Rating: :: SIMPLEiPad Only App - Designed for the iPad SketchBook Ink has a welcoming interface but lacks key features   Developer: Autodesk Inc. | Read more »
Autumn Dynasty Review
Autumn Dynasty Review By Kevin Stout on May 25th, 2012 Our Rating: :: NEARLY FLAWLESSiPad Only App - Designed for the iPad Autumn Dynasty is an oriental-themed real-time strategy game.   | Read more »
Our Annual “Holy Cow It’s Memorial Day A...
So, it’s that time of year again! BBQs, lawn chairs, beer, and the ability to finally wear shorts with sandals without fear of frostbite. Tan those legs and check out all the huge sales that are going on across the App Store below. We’ll try and... | Read more »
FREEday 5/25/12 – “They Call Me FREE but...
Another week of freebies, this time with very little in the way of “Big Name” titles. No need to panic, it’s intentional. Anyone browsing the App Store will no doubt see the more popular games anyway. | Read more »
Shoot the Zombirds Review
Shoot the Zombirds Review By Kevin Stout on May 25th, 2012 Our Rating: :: ADDICTINGUniversal App - Designed for iPhone and iPad Shoot the Zombirds is an archery game where the player shoots arrows at avian zombies.   | Read more »
Apple Debuts Free App of the Week Promot...
Apple has made a couple of changes to their weekly app features that pop up in the Featured tab of the App Store. While “App of the Week” and “Game of the Week” appear to be just rebranded as “Editors’ Choice,” there’s a new feature: the Free Game... | Read more »

Price Scanner via MacPrices.net

Apple Maintains Leading Mobile Device Manufacturer...
Milennial Media says Apple continued to be the number one mobile device manufacturer on their platform in Q1, representing 28% of the top manufacturers impression share. Apple iPhone accounted for 15... Read more
Asustek To Launch Three New ZenBook Ultrabook Mode...
Digitimes’ Rebecca Kuo and Steve Shen report that PC-maker Asustek Computer will launch three new models to its ZenBook Prime Ultrabook lineup – the UX21A, UX31A and UX32VD – in June, featuring full... Read more
Yahoo! Introduces Axis Search Browser For Mobile D...
Yahoo! has announced the availability of Yahoo! Axis, a new Web browser tool that it claims will re-imagine how people search and browse on the web, Axis offering a faster, smarter search with... Read more
Android- and iOS-Powered Smartphones Expand Market...
Smartphones powered by Android and iOS mobile operating systems accounted for more than eight out of ten smartphones shipped in the first quarter of 2012 (1Q12), according to the International Data... Read more
Roundup of Memorial Day Weekend MacBook Pro sales,...
 Apple resellers have MacBook Pros on sale for up to $240 off MSRP this Holiday weekend. Here is a roundup of the best prices available from any reseller: (1) B&H Photo has MacBook Pros on sale... Read more
iPad wait times down to 1-3 days at The Apple Stor...
The Apple Store Online is now reporting a 1-3 business day wait on all iPad orders, as it appears that Apple is clearing out their backlog. The iPad is available in Wi-Fi or Wi-Fi + Cellular... Read more
Roundup of Memorial Day Weekend MacBook Air sales,...
 Apple resellers have MacBook Airs on sale for up to $101 off MSRP this Holiday weekend. Here is a roundup of the best prices available from any reseller: (1) B&H Photo has 11-inch and 13-inch... Read more
13″ 2.8GHz MacBook Pro on sale for $100 off MSRP
Adorama has lowered their price on the 13″ 2.8GHz MacBook Pro to $1399 including free shipping plus NY/NJ sales tax only. Their price is $100 off MSRP, and it’s the lowest price for this model from... Read more

Jobs Board

Help Desk-Desk-Side Support (Apple, Mac...
9001 certification. Help Desk - Desk-Side Support (Apple, Mac and PC support strongly preferred) Location: Secaucus, ... equipment. 1+ years of experience in supporting MAC desktops as well as... Read more
*Apple* Solutions Consultant-Retail Sal...
The Apple Solutions Consultant is an Apple employee who oversees the sales, merchandising, and operations of an Apple Store-in-a-Store in a single unit retail Read more
iPad/iPhone Developer at Recruitarrow (P...
Job Responsibilities and Requirements: These solutions must be aligned with business and IT strategies and comply with the organization's architectural standards. Involved in the full systems life... Read more
Mobile iphone App with API Connections t...
See requirements. Develop mobile app that interfaces to access database on webserver and infusionsoft through API. Desired Skills: iPhone, Mobile, Infusionsoft, API Read more
*Apple* Retail - Manager - Natick Colle...
Much more than just a place for amazing products, the Apple Retail Store serves a dazzling range of needs for its customers. Not only can users get hands-on experience Read more
All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.