Runtime DataTable - Import/Export text CSV or Google Sheet at runtime and auto-update structs and UObjects!

Hi There, we’re running into a lot of Runtime Errors concerning GET issues (Error 429)

LogRuntimeDataTable: Error: URuntimeDataTableObject::GenericValidateHttpResponse: GET Response received, success: false, Response code: 429, Response: ...

I know you wrote something about it in the manual, but I am trying to understand how it works in the firstplace. We have a Sheet, where I get data from 6 different tabs.

Basically I do the following 6 times, once for each sheet.

What is generating the amount of requests, how does the it work. Is pulling data from each sheet 1 request, or is it a request per cell inside a sheet ? what generates so many requests that i run into the limit?