Forum Discussion
Sherod
4 years agoFrequent Visitor
Continue List.Generate() even when API request is Null to Allow for Incremental Refresh
I have created a function to query an api and am now trying to implement Incremental Refresh. I am using List.Generate() to paginate through the api. The api allows me to use a query based on the eve...
artemus
4 years agoMicrosoft Employee
You could wrap your List.Generate call with a List.Select call which filters out the rows that don't have a date.