Forum Discussion
_Zac
3 years agoNew Member
SharePoint.Contents - Expression Error
Hi, I'm attempting to navigate to a SharePoint document library using SharePoint.Contents and am receiving an expression error. The code is let
Source = SharePoint.Contents("https://xxx....
- 3 years ago
The issue was resolved by specifying the API version in the SharePoint.Contents() connector.
Source = SharePoint.Contents("https://xxx.sharepoint.com/sites/Team",[ApiVersion = 15)
_Zac
3 years agoNew Member
The issue was resolved by specifying the API version in the SharePoint.Contents() connector.
Source = SharePoint.Contents("https://xxx.sharepoint.com/sites/Team",[ApiVersion = 15)