I’m going to upsert data to a Postgres database in bulk.
I want to have each new row in the DB inserted into a spreadsheet. I know that this is possible, however, I’d also like to create a new spreadsheet after every (let’s say) 100 rows. Is this supported?
If it’s not directly possible, I thought one way to achieve this is -- since I’m inserting data in bulk, let’s assume I insert 100 rows at a time. Then, I could have my Zap create a new spreadsheet with every bulk insert.
Is this supported with Zapier? Sorry I’m totally new here but I’m really excited!
Best answer by PaulKortman
Is there a limit you are running into somewhere that you cannot put it all into one sheet? Or why can you not export from Postgres once you get the data in there? How many rows are you working with here?