Forum Discussion
StefanoGrimaldi
2 years agoResident Rockstar
Looping with delay timmer between apis call not working
guys Im trying to insert a function between interactions to this code segment; called wait seconds but it doesnt seem to make the wait actually work, any insigt?: iterar = List.Accumulate({0 .. num...
- 2 years ago
That's not how you do delays in Power Query. Use Function.InvokeAfter - PowerQuery M | Microsoft Learn
lbendlin
2 years agoSuper User
That's not how you do delays in Power Query. Use Function.InvokeAfter - PowerQuery M | Microsoft Learn
StefanoGrimaldi
2 years agoResident Rockstar
ohh thanks , didnt know of this function will give it a try and come back thanks.