Forum Discussion
Auke
8 years agoFrequent Visitor
How to build in a delay to avoid api request limit
I`m currently experiencing issues with the request limit of an api. Below is my code. I've been trying to use Function.InvokeAfter(Pagination, #duration(0,0,0,2) But I can't get it to work. Any...
Anonymous
8 years agoNot applicable
Auke,
Do you add Function.InvokeAfter(Pagination, #duration(0,0,0,2) into #"Converted to Table" line in your code?
I would recommend you use Ken's code or Chris's code in this similar thread and check if it works as expected.
Regards,
Lydia
Auke
8 years agoFrequent Visitor
Thanks, I`ll check it out!