Hi,
I'm running into an issue where whenever I call a query to update a google sheet, I run into an "Invalid data to append error." Here is what I originally had for the query:
Even though the query shows that every value is valid, I still get the invalid data to append error. Then, I changed it to absolutely make sure that my data was valid and still got the same error:
I also checked the filter and at least according to the console, it's working as I intended. The only other reason I can think of why I'm getting this error is because of the sheet itself, but as far as I can tell there's nothing wrong with it. I'm pretty lost as to how to fix this error, so any help would be appreciated.