Function reference
Retrieve the Title and number of Items in a give list.
Use this function to validate the existence of a given list and retrieve the Title and number of Items contained.
GetSharePointListTitle(‘ConnectionName’, ‘ListURL’)
Argument | Description |
ConnectionName | The name of the SharePoint Connection to use. If BLANK then current SharePoint connection is used. |
ListURL | The full URL to the List |
Data type : string
Returns the the List Title and number of Items contained.
Example 1GetSharePointListTitle('' , 'https://abc.sharepoint.com/Lists/mylist')
The above statement returns: “My List Title, Item Count: 123”
Note that the ConnectionName is ‘’ in which case the current Connection to SharePoint is used.
Example 2GetSharePointListTitle('My Connection' , 'https://abc.sharepoint.com/Lists/mylist')
The above statement returns: “My List Title, Item Count: 123”
Need more help with this?
DON'T HESITATE TO CONTACT US HERE ..