SharePoint List Reader --- Custom View

For the SharePoint List Reader node I am noticing there is no way to adjust which view is used to get the data. Is that something on the horizon for future releases? From Alteryx this was a helpful feature.

It looks like the only way as of now to get a custom view (not the default view) would be to use a Graph API approach. Is that correct?

Hello @aehrenworth ,
yes, currently the nodes that we provide do not support this feature. I have created a feature ticket for this (internal number AP-24130).
Do you happen to know which Graph API endpoints could be used to list the available views and to get the data for a particular view? Maybe this is only a small change that we can squeeze into one of the next releases.
Bye
Tobias

1 Like

This is a great question. I thought it would be something easy like this:

https://graph.microsoft.com/v1.0/sites/32a1019e-7f68-4ee9-b01c-72b7bcc77ff4/lists/a62be966-58fa-4322-85d8-ef298445be3c/views

but alas it does not seem to be the case. the only remotely close thing I came across after a hour of searching was this ten year old article:

How to Get All the Views For a List in SharePoint 2013 Online Using REST API

There has to be an easier way? but this feature seems to be lacking in the graph API documentation.

I know it has to be possible since the feature was clearly available in Alteryx. Unless they use this old school method. :slight_smile: