Forum Discussion

_Zac's avatar
_Zac
New Member
3 years ago
Solved

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....
  • _Zac's avatar
    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)