I'm trying to save the form data to a google spreadsheet, but what ever I do I always get the same error: "Blank rows cannot be written; use delete instead."
I try with all fields, some fields and just one file int the array and clumns on the google spreadsheet but with no success.
I've tried with the DBsave and it works well.
Any idea on this?
The debug log is below:
Array
(
[3] => Array
(
[DB Save] => Array
(
[Queries] => Array
(
[0] => INSERT INTO `_Sample1` (`text1`, `button2`, `user_id`, `created`) values ('mytext', 'Submit', '0', '2014-08-18 14:30:48');
)
)
)
[1] => Array
(
[Google Spreadsheet Save] => Array
(
[Authentictaion] => Success
[SheetURL] => Found!
[Columns] => Array
(
[0] => text1
)
[AddResult] => Blank rows cannot be written; use delete instead.
)
)
)