AutomaApp / automa

A browser extension for automating your browser by connecting blocks
https://www.automa.site
Other
10.73k stars 1.09k forks source link

Extend Export Data Block with Append #1682

Open beamkiller opened 3 months ago

beamkiller commented 3 months ago

Is your feature request related to a problem? Please describe. If I make a scrape for listing pages I tend to save them to the Table and send it to a Google Sheet where I can append data. Is there a way to do this for the Export Data Block so if I send data in batches to the CSV file the newly added data is appended?

Describe the solution you'd like Add Append option to the Export Data Block.

Describe alternatives you've considered N/A

Additional context The problem is that with Google Sheet I sometime get an error from them, so the whole automation stops. This will be an alternative way to save all the data to a CSV file then upload it to GDrive.