Hi
I've been working through your Pro Tip blog to update info into custom fields and having an issue when it is looping through the results to update Lansweeper.
The first error was "AxiosError: Request failed with status code 429." which I think is due to too many requests being sent. So I've added a sleep component into the loop set to 1 second but it is still failing on the test run. I've had two different errors:
An error occured while performing this action: "503: Service Unavailable"
Unsupported connection properties AxiosError: Request failed with status code 400.
Any thoughts on how to resolve this?
The loop documentation references paginated API. Could this be the problem? The link to the quickstart help in the documentation does not go anywhere.
Thanks