In this article
Table of Contents | ||||
---|---|---|---|---|
|
...
- Works in Ultra Pipelines.
To know the list of Snaps that work in Ultra and the related caveats, see Snap Support for Ultra Pipelines.
Limitations and Known Issues
None.
Snap Input and Output
Input/Output | Type of View | Number of Views | Examples of Upstream and Downstream Snaps | Description |
---|---|---|---|---|
Input | Document |
|
| A document containing a representation of the list resource to create in case if you want to create a list. Alternatively, a document containing the representation of the listItem resource to create a list item. |
Output | Document |
|
| A document containing the metadata of the create list or list item as in the response. |
...
Parameter Name | Data Type | Description | Default Value | Example | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Label | String | Required. The name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your Pipeline. | N/A | SharePoint Online - Create List | ||||||
Site | String | Required. The name of a site that contains the list of document library to be used in the subsequent Snap settings. | N/A | MySite | ||||||
Custom Site Path | Check-box Enable this option if your site-URL contains a custom path that deviates from the default site-URL: https://{tenantName}.sharepoint.com/sites/{siteName}. Default site path always has a prefix ‘sites/ ’ before the sitename, a custom site can contain the prefix ‘teams/ ’ or it can have no prefix. |
| Not Selected | Selected | ||||||
List Name | String | Required. This property enables you to select the name of the list. This field suggest all the list that belong to the SharePoint Online site.
| N/A | DemoList | ||||||
Create List | Check box | Optional. Enable this property if you want to create a list. Disable this property if you want to create a list item instead of the list. | Not selected | |||||||
Connection details | Settings to influence connection properties to the SharePoint Online APIs. This fieldset comprises the following fields:
| |||||||||
Connection timeout | Integer | Required. Enables you to set the connection timeout duration in seconds. | 30 | 30 | ||||||
Number of retries | Integer | Required. Enables you to set the maximum number of re-connections in case of connection failure or timeout. | 0 | 1 | ||||||
Retry interval (seconds) | Integer | Required. Enables you to set the time interval in seconds between connection attempts. | 10 | 10 | ||||||
Snap Execution | String | Specify the required Pipeline execution type:
| Execute only | Validate & Execute |
...
This example demonstrates how to create a particular list resource with the name specified in the listName property. The example assumes that you have configured & authorized a valid SharePoint Online Account (see SharePoint Online Account).
The following screenshot displays the settings of the Sharepoint List CreateItem Snap. The Snap specifies to delete the list item created in its previous snap.
...