Hi! I'm using the GoogleSheets_JS service and I'm getting "Error 400: Must specify at least one request" when I'm trying to add batch data to a spreadsheet.
I have tested a few different options. When I use a "PostBatchUpdateRequest" datatype directly into the "AddDataToSheet", it throws this error.
But when I use only 1 row in my "Request.Requests" data, into the "Request.Requests[0]" field, it successfully imports into my spreadsheet.