Happy New Year!!
I am currently using a SharePoint list as the data source for my workflow and have noticed that it takes a significant amount of time to retrieve the data, approximately 50 minutes. This is because the list contains around 80,000 records and holds data from the past two years.
I am wondering if there is a way to restrict the data that is retrieved from the list, similar to using a WHERE clause in SQL, in order to improve performance.
Is it possible to specify a filtering condition that will limit the amount of data being retrieved from the list?