Function reference
Return the root of the Library from a URL that can contain folders

GetSharePointLibraryURL( string, string )

Argument Description
String The SharePoint connection name
String The URL to process

Data type: String
Return the root of the Library from a URL that can contain folders.

Example 1
Result: https://mytenant.sharepoint.com/sites/MyLibrary

GetSharePointLibraryURL( ‘My connection’, ‘https://mytenant.sharepoint.com/sites/MyLibrary/MyFolder’)

Last modified: 18 September 2023