"Error fetching data, TypeError: Failed to fetch" in trying to write to RetoolDB

I have an Array containing 721 records I got from an API. I have used a loop block to iterate through this array and insert the records one at a time and this seemed fine at first until I saw that only 260 records were being inserted; the others returned the error message "Error fetching data, TypeError: Failed to fetch".

My first thought was that the array was too big and it was only inserting up to a certain point, but that is not the case. It seems to exclude random records.

I need some help resolving this issue as I was unable to find an existing solution.

Hey Jaydon! Happy to help with this.

Would you mind sharing some screenshots of your current queries? Curious to see why random queries might be failing :eyes: