SharePoint.Tables
This function retrieves a table with a row for each item in the specified SharePoint list URL. Each row contains properties of the list. Options can be set to control the following parameters: - ApiVe...
This function retrieves a table with a row for each item in the specified SharePoint list URL. Each row contains properties of the list. Options can be set to control the following parameters:
- ApiVersion: Specify a number (14 or 15) or "Auto" to determine the version of the SharePoint API to use. If not specified, version 14 is used. Setting it to "Auto" will automatically detect the server version, defaulting to version 14 if unable to detect. Non-English SharePoint sites require at least version 15.
- Implementation: This is optional and determines the version of the SharePoint connector to use. Accepted values are "2.0" or null. Selecting "2.0" uses the 2.0 implementation of the SharePoint connector, while null uses the original implementation.
- ViewMode: This parameter is only applicable for implementation 2.0. Accepted values are "All" and "Default". If not specified, the default value is "All". When set to "All", the view includes all user-created and system-defined columns. Setting it to "Default"