Forum Discussion
viniciuscastilh
5 years agoFrequent Visitor
Cache consult
Hi I need to consult an API several times at once in order to get all the results I need But when I do that, it always pulls the same values, I believe it is because of the cache, how can I delete...
mahoneypat
Microsoft Employee
5 years agoAre you using the (Filler as any) function in your List.Transform? How is the Filler parameter being used in the function? How is the list value being used in that function? If not, you would get 10 of the same tables.
Regards,
Pat
- viniciuscastilh5 years agoFrequent Visitor
The parameter is not being used, the list.Transform function is invoking the function 10 times It works sometimes, I managed to list the 500 results (10 searches out of 50), but it is a bit rare, it must have been the times that the query did not get the cache of the first.
The Filler parameter is just to be able to invoke the function, but it is insignificant
Thanks