Using Update work item action
- Updated: 2024/10/23
Using Update work item action
The Update work item action provides you the flexibility to update a work item based on the queue name and work item ID as part of automation execution.
Review the following considerations for using the Update work item
action:
- Run the automation using one of the following options:
- Run now
- Schedule
- Run with event triggers
Note: A Bot Runner user who will update the work item must be associated with a role that is either the owner or a participant of the queue. - Use the Update work item action to manage complex workflows in an automation by adding work items from multiple queues.
- If the following fields are not updated correctly, an error is displayed
during the runtime and the automation will fail:
- Incorrect name is entered in the Queue name field.
- For the Record tab:
- The sequence of the columns is incorrect.
For example, if work item structure is ColumnA, ColumnB and ColumnC. Automation will fail if you enter the column sequence in the Record tab as ColumnA, ColumnC and ColumnB.
- The data type for the columns is incorrect.
For example, if the work item structure contains a data type as String; but the input record structure is Number.
- If any of the columns in the record structure is
missing.
For example, if work item has 3 columns and you remove one of them. However, the input record is set for 3 columns.
- The Datetime value is not set to a future date and time.For example, if the system date and time is May 10 2024 14:00, ensure that you set the Datetime to a future date and time value.Note: The Datetime value is not set to a future date and time when you put the work items on-hold
- The sequence of the columns is incorrect.
- For the Value field in the option, ensure that you do not use a variable as the input
value.
For example: