OUTLOOK List tasks function

The OUTLOOK List tasks function in RPA.

Help CentreBuilding Processes

This article describes the RPA Outlook functionality to list tasks.

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


Description

The OUTLOOK List tasks function retrieves Outlook tasks with optional filters for completion status and subject. Returns a list of task dictionaries with details.


Setting it up

To use the OUTLOOK List tasks function, follow these instructions:

{{popups:rpas/add:action=outlook-task-list}}

Once on a process map:

  1. Navigate to the process where you would like to add the OUTLOOK List tasks 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 List tasks option
  5. Click "Add" once you are done

Input parameters

ParameterRequiredTypeDefaultDescription
StatusNoSelectIncompleteFilter by completion status: Incomplete, Complete, or All
Subject filterNoText-Substring filter on task subject
LimitNoText50Maximum number of results
VariableYesText-Variable to store the results list

Output variables

VariableTypeDescription
VariableListA list of task dictionaries, each containing: id, subject, due_date, start_date, complete, percent, importance, categories

Errors

ErrorDescription
Outlook not openOutlook is not running

Tips

  • Use the subject filter to find specific tasks
  • Filter by status to see only incomplete or completed tasks
  • Use the task ID from results to complete or delete specific tasks

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.