Forum Discussion
Anonymous
3 years agoNot applicable
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
- KNPSuper User
Yes, that change should give you what you want.
= SharePoint.Tables("yourURL", [Implementation="2.0", ViewMode="All"])