Good morning Community,
I have an API from a vendor that has a 5-second rate limit. I am using the Download and JSON Parse tools to download the data, but I randomly get an error from the API that says "too many requests," meaning that I am calling on the API more than one time in that 5-second window. Sometimes my WF is great and downloads all of the data, and sometimes I get this error and I can't add the new data to my table. On the days I get this error, I double-check my URL is correct by pasting it into Chrome and all of the data is there. This makes me believe my tools are causing this. Has anybody dealt with this before?