Copy List Item Step
Use the Copy List Item step to copy a list item from one a SharePoint to another. The list item is copied to a list in a SharePoint site where the K2 for SharePoint app is registered. You can, for example, use the Copy List Item step in a business application to duplicate list items between SharePoint Lists used by different departments, such as one that tracks a purchase order in lists used by the Procurement and Accounting departments.
You need to first identify the List Item you need to copy. To do this:
- Use the Pick List Item option to select a previously created List Item reference
- Use the Find List Items option to browse to a specific list and filter for desired items
Drag the Copy List Item step from the SharePoint category, Favorites bar, or the Recent category onto the canvas.
Example of a Copy List Item step in a workflow
- From the Toolbox click the SharePoint category, the Document category, and then drag the Copy List Item step onto the canvas.
- Select the added step and click the expand / collapse toggle to expand the Configuration Panel. You can also double click the step to expand the panel.
- Select the Copy List Item tab. Use this tab to configure the step's properties.
- From the List Item section select either Pick List Item (select a referred list item from the drop down menu) or Find List Items (browse to required list).
For this example, select Find List Items. From the drop-down menu select Browse and navigate to a list to update the list item.
- Select the site and list and click OK.
- Click the Add Filter link to filter for specified values in one or more fields to identify the list.
- Select a property from the drop down menu. Select an operator to define the filter. Type values or create dynamic values by dragging Functions, Fields, SmartObjects and Workflow-related items from the Context Browser into the fields.
- In the Filters section, click the Add button to add a property.
- To delete properties, select them and click the Trash bin.
- From the Destination List section, select a list to use as the destination for the copied list item. Select a referenced list from the drop down or browse to one using the Browse option. This selection is required.
- Specify the folder, in the list, where the list item is copied. Type values or create dynamic values by dragging Functions, Fields, SmartObjects and Workflow-related items from the Context Browser into the fields.
- In the Properties section, add fields and values to update with. Click the Add button.
- Select a property from the drop down menu. Type values or create dynamic values by dragging Functions, Fields, SmartObjects and Workflow-related items from the Context Browser into the fields.
- To create a reference click Create. Reuse this reference in the current step or from another step in your workflow.
- To edit the auto-generated reference title, click Edit.
- To locate the added reference, expand the Context Browser, select Fields and then expand the Reference section.
- With the step selected, select the Properties tab.
- Click the Errors tab.
Your changes are automatically saved.
The following table explains the options available on this tab:
Option | Explanation | How to Use |
---|---|---|
Pick List Item | Use this to pick a list item reference. The drop down menu contains a list of workflow list of available list item references within this workflow. | Select the Pick List radio button to enable this option. Click the drop down menu and select the reference name. |
Find List Item | Use this to browse to the list containing the desired list item. | Click the Find List radio button to enable this option. Click the drop down menu and select Browse to browse to a specific site. |
Filters | The filter enables you to specify parameters and filters to return data. Use operators such as Equal, Not Equal, Starts With, Ends With, and Contains. Applying filters is optional. Parameters are sometimes required and depend on the SmartObject method. | Click the Add Filter link to add filters. Select filter values from the drop-down menu. Click the operator button to select the operator. Click the Add button to add additional filter properties Type values or create dynamic values by dragging Functions, Fields, SmartObjects and Workflow-related items from the Context Browser into the fields. To delete properties, select them and click the Trash bin. |
Destination List | ||
Pick List | Use this either select a list reference (created previously in this workflow) or browse to a specific list. | Select the Pick List Item radio button to enable this option. Click the drop down menu and select the name. |
Folder | Use this to specify a destination folder where the List Item is copied to. Note: When a SmartObject load method property is used, an input property is required for the correct information to load. Note: If the provided Folder value exists in the destination library, the document is copied to that folder. If the provided Folder value does not exist in the destination library, a new folder with this name is created and the document copied to that folder. In order to interact with sub folders, include the " \ " (back slash) character. Example: You have a list called Regions, a folder called North America with sub folder called United States. To place the document in the United States sub folder, use the following value North America\United States. | Type values or create dynamic values by dragging Functions, Fields, SmartObjects and Workflow-related items from the Context Browser into the fields. |
Properties | Use this to set the filters to determine the list item to be updated, and add field details to update the it with. Note that when a SmartObject Load method property is used, an input property is required for the correct data to load. | Click the Add button to add a property. Click the drop down to select the property. Type values or create dynamic values by dragging Functions, Fields, SmartObjects and Workflow-related items from the Context Browser into the fields. To delete properties, select them and click the Trash bin. |
Use List Item Later | Use this to create a reference to use from other steps within the workflow. A reference can only be created if a reference is NOT consumed. | Click the Create link to create a reference. Click the Edit link to edit the reference name. If you edited the reference name and want to reset it, click the Reset Name link. |
For more information about the different browse states and errors, see the Browse State topic.
For more information on how to use the breadcrumb bar, see the How to use the Breadcrumb topic.
For more information on how to use Smartfields see the Smartfield Composer topic. Added filters can be grouped together to form parameters. To group parameters, click the AND button.
The following table explains the options available on this tab:
Option | Explanation | How to Use |
---|---|---|
Title / Name | By default, each step on the canvas has a step title. You can change this title to suit your workflow logic and show it on the canvas by checking the Show Label box. | Enter a value into the Title field. |
Reset link | Use the link to reset any changes to the title. | Click the Reset link to reset the Title field to default value. |
Show Label | Allows you to see the step label on the canvas. The label shows the value of the title. | Check the check box to display step label on the canvas. |
Description | Allows you to add a detailed description for the step. | Enter a value into the Description field. |
Notes | Allows you to add additional notes for the step. | Enter a value into the Notes field. |
Different types of exceptions can occur on a step, such as:
Type | Description |
---|---|
Known exceptions | Any SmartWizard or standard wizard that has Boolean options for handling known exceptions have these options displayed as check boxes in the Known exceptions section of the Exceptions tab. |
Unhandled exceptions | Any unknown runtime exceptions. |
The tab contains the following known exception:
Exception | Explanation | How to Use |
---|---|---|
Continue on error | When this option is selected the workflow is not in an error state, but merely continues executing the next step. | Check the check box to continue the workflow. |
The tab contains the following unhandled exception:
Exception | Explanation | How to Use |
---|---|---|
Log Exception | Logs the exception to the error log. | Check the box to log the exception. |