Forum Discussion
StefanoGrimaldi
Resident Rockstar
2 years agoLooping 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
Super User
2 years agoThat's not how you do delays in Power Query. Use Function.InvokeAfter - PowerQuery M | Microsoft Learn
- StefanoGrimaldi2 years ago
Resident Rockstar
ohh thanks , didnt know of this function will give it a try and come back thanks.
- StefanoGrimaldi2 years ago
Resident Rockstar
would appreciate a example of how you would insert the function in the code I pass please lbendlin