Insert Work Items

Add Work Items from a CSV file to the queue after you define the structure.

Prerequisites

  • Ensure that you are logged in to the Control Room as an administrator.
  • The maximum number of characters you can insert in a work item value is 1000.
  • Add Work Items from a CSV file to the queue.
    Note: Adding work items from an Excel (xls or xlsx) file is not supported. We recommend that you convert the xls or xlsx file to CSV and then add work items from the CSV file.
  • You can also add Work Items later by editing the queue, see Edit queues.
  • If the Work Item data type is defined as Date, the date format must be ISO_INSTANT. For more information on date formats, see Datetime formats.

Procedure

  1. Click Browse.
  2. Select the CSV file.
  3. Optional: Select the Disallow duplicates check box.
    Note:
    • Only unique work items from the CSV file are added. If the CSV file contains any duplicate work items, then the entire CSV file is ignored. Two work items are considered to be duplicate of each other if all the entries of the two work items are an exact match. If there is a single unique value within the work item (row), the work items are considered unique even if some of their values are duplicate. The work item entries are case sensitive, that is John Smith and john smith are considered two unique entries.
      Consider the below table which contains the following work items.
      Work item First Name Last Name Department Employee status
      1 John Smith Finance Active
      2 Will Smith Finance Active
      3 Betty Williams Accounts Inactive
      4 john smith Finance Active
      5 Jane Wilson Accounts Active
      6 Thomas Moore Finance Active

      All the work item entries in the above table are considered unique and are added to the queue as no two work items have entries that are an exact duplicate of each other.

    • This option is available only when you create a new queue.

    work item disallow duplicates

  4. Click Create queue.

Next steps

  • Now that you have created a queue, it is now ready for deployment from a bot.

    Run bot with queue

  • Manage Work Items of a queue to fix the discrepancies before queue processing and reduce your automation-related errors.

    Manage Work Items