Hello all,
I have been doing automated daily dashboards that extract data from SharePoint lists, what I'm currently doing is:
- 'Get Items' from a SharePoint List
- Use 'Filter' function to filter the data I want
- Then use the Length function to find out the number
- Send emails to the designated parties
Or
- 'Get Items' with Query FIlter
- Use Length function to get the numbers of items
- Then use 'Get Items' for another filtration
- Use the Length function
- Send emails to the designated parties
But, all the data that SharePoint is pulling is dumped out because I don't use them, so the time it took to 'Get Items' was because it is retrieving data that I don't use. Even when I use another view with viewer Columns, but it pulls some predefined data.
Do you think guys there is a faster way to pull number of items from SharePoint lists without the need to pull the whole data?