Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

Change of query implementation type

Hi,

Can you please advise if there is an option to change the query implementation type from:

 

Source = SharePoint.Tables("https://xxx.sharepoint.com/sites/xxx/", [Implementation=null, ApiVersion=15]),

 

into:

Source = SharePoint.Tables("https://xxx.sharepoint.com/sites/xxx", [Implementation="2.0", ViewMode="All"]),

 

My source is still the same SharePoint table, but require now a whole range of columns.

Can I edit the existing query, keep all the Applied Steps, but use a new implementation type with ViewMode=All, to retrieve all columns available?

 

1 Reply

  • KNP's avatar
    KNP
    Super User

    Yes, that change should give you what you want.

    = SharePoint.Tables("yourURL", [Implementation="2.0", ViewMode="All"])