Get View Items
Important
This version of Orchestrator has reached the end of support. We recommend you to upgrade to Orchestrator 2022.
The Get View Items activity is used in a runbook to retrieve data about the items in a Microsoft SharePoint list by using one of the list's views.
The following tables list the required properties and Published Data for this activity. Additional Published Data is generated, which is based on the SharePoint list that is retrieved when you define the activity.
Get View Items Required Properties
Element | Description | Valid values |
---|---|---|
List Name | The name of the SharePoint list to be searched. | String |
List View | The name of the list view to determine which items to select. | String |
Get View Items Published Data
Element | Description | Value type |
---|---|---|
Created | The date and time when the item was created. | Date/Time |
Created By | The name of the user who created the item. | String |
ID | The ID of the list item. | Integer |
Item Count | The number of items that were retrieved. | Integer |
List Name | The name of the SharePoint list that contains the items that were retrieved. | String |
Modified | The date and time when the item was last modified. | Date/Time |
Modified By | The name of the user who last modified the item. | String |
SharePoint Site | The URL of the SharePoint site. | String |
View Name | The name of the list view to determine which items to select. | String |