
Google Sheets Import & Export
Pricing
Pay per usage

Google Sheets Import & Export
Import data from datasets or JSON files to Google Sheets. Programmatically process data in Sheets. Easier and faster than the official Google Sheets API and perfect for importing data from scraping.
5.0 (1)
Pricing
Pay per usage
37
Total users
1.4k
Monthly users
180
Runs succeeded
77%
Issue response
22 days
Last modified
a month ago
I got an exception error although it worked in intergration with another actor before
Closed
2025-01-28T03:31:36.855Z TypeError: Cannot read properties of undefined (reading 'length') 2025-01-28T03:31:36.856Z at module.exports (/usr/src/app/src/upload.js:6:45) 2025-01-28T03:31:36.857Z at /usr/src/app/src/main.js:177:11 2025-01-28T03:31:36.857Z at processTicksAndRejections (node:internal/process/task_queues:96:5) 2025-01-28T03:31:36.858Z at async run (/usr/src/app/node_modules/apify/build/actor.js:182:13)

Thanks for the report.
There are 2 issues:
- We don't support the new payload format for integration
- We don't gracefully handle if we think we have empty dataset
Both should be simple fixes, will look into it asap

Actually, there was no bug, you haven't chosen any mode. I updated the input to have 'append' mode as default so now the resurrected run works.