OUTLOOK Search contacts function

The OUTLOOK Search contacts function in RPA.

Help CentreBuilding Processes

This article describes the RPA Outlook functionality to search contacts.

For a full list of available functions, please read OUTLOOK functions.


Description

The OUTLOOK Search contacts function searches the Outlook address book for contacts matching name, e-mail, or company criteria using substring matching. Returns a list of matching contacts with their details.


Setting it up

To use the OUTLOOK Search contacts function, follow these instructions:

{{popups:rpas/add:action=outlook-contact-search}}

Once on a process map:

  1. Navigate to the process where you would like to add the OUTLOOK Search contacts function
  2. Click on the green button's drop-down (right side of the green button labelled "Process")
  3. On the menu that appears, click on the "+ Activity" item
  4. From here you can select the OUTLOOK Search contacts option
  5. Click "Add" once you are done

Input parameters

ParameterRequiredTypeDefaultDescription
NameNoText-Substring to match against full name
E-mailNoText-Substring to match against e-mail address
CompanyNoText-Substring to match against company name
LimitNoText50Maximum number of results to return
VariableYesText-Variable to store the results list

Output variables

VariableTypeDescription
VariableListA list of contact dictionaries, each containing: name, email, company, phone_business, phone_mobile, job_title, address, id

Errors

ErrorDescription
Outlook not openOutlook is not running

Tips

  • Provide at least one search criterion to narrow results
  • Searches use substring matching, so partial names or e-mails will match
  • Use the contact ID from results to delete or reference specific contacts

Related functions

See it working on your own data

Everything documented here ships with the platform – try the document tools free, or go live in 7 days.