Hi all! I’ve connected my Bubble website to a Google Spreadsheet (each row there is the info about a user, written by an external website), and everyday I have to manually move the new entries from that sheet to my Bubble’s database to put them live in my Bubble website. I’m using API Connector to show in my website the content of the sheet (using Google API).
The thing is I don’t want to do that manual process anymore (I cannot be “real-time” like that). What I want is everytime there’s a new row in the sheet, I want to trigger the workflow that put the information about that row in my Bubble DB -what I’m doing now, but automatically instead of me having to press a button-.
The flow would be: everytime there’s a new row in the sheet, make a flow I’ve already implemented. Is it done via a Scheduled Workflow? And in that case, how can I configure it? Just to be clear: what I wanna do is automatically move things from a spreadsheet (I’m already connected to it via API Connector) to Bubble Database, without manual moderation.
Thanks a lot!