OUTLOOK Create task function

The OUTLOOK Create task function in RPA.

Help CentreBuilding Processes

This article describes the RPA Outlook functionality to create a task.

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


Description

The OUTLOOK Create task function creates a new task item in Outlook with a subject, optional description, dates, importance level, reminder, and category.


Setting it up

To use the OUTLOOK Create task function, follow these instructions:

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

Once on a process map:

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

Input parameters

ParameterRequiredTypeDefaultDescription
SubjectYesText-Task subject or title
DescriptionNoTextarea-Task body or description
Due dateNoText-Due date (YYYY-MM-DD)
Start dateNoText-Start date (YYYY-MM-DD)
ImportanceNoSelectNormalLow (0), Normal (1), or High (2)
ReminderNoText-Reminder date/time (YYYY-MM-DD HH:MM)
CategoryNoText-Category label to assign
VariableNoText-Variable to store the new task's EntryID

Output variables

VariableTypeDescription
VariableTextThe EntryID of the newly created task

Errors

ErrorDescription
Outlook not openOutlook is not running
Invalid dateA date field is not in the expected format

Tips

  • Use variables for dynamic dates, e.g. {due_date}
  • Set a reminder to get notified before the due date
  • Categories help organise tasks visually in Outlook

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.