I have an automation that opens a spreadsheet and reads the data, then in a loop (loop 120 times)(current loop iteration is X):
inputs cell A-X into a search bar in a website
clicks a link to download a ZIP
opens the ZIP and puts file in a folder
opens the file and navigates to tab "G 59"
copies data from cell D11 into (initial spreadsheet) cell C-X
copies data from cell D12 into (initial spreadsheet) cell D-X
closes the downloaded spreadsheet and deletes itself
For some reason the function starts functioning incorrectly after exactly 30 iterations. It begins just copying blank data to the cells in C-X and D-X.
I know that it isn't an issue with the data used to lookup the spreadsheet, nor is the spreadsheet tab "G 59" missing from the downloaded spreadsheets. I know this because I have tried changing the order of the data in column A, and it still bugs out after 30 iterations. Attached are screenshots of the automation:

