I am relatively new to bubble but having fun building a new app.
I am using a Zapier integration to create a new Google Drive Folder (and new Google Doc document) using the Bubble>Zapier integration for Google Drive/Docs.
One thing I can’t figure out: once I create a new Google Drive/Doc, I want to store the address for that Google Drive/Doc as a field for a Thing (“User” field) in Bubble. Eg, I want to have Zapier – via API – edit a field in Thing type “User” called “google_drive_folder”, which would hold the URL for the newly-created Google Drive folder.
That way I can have users click on a link called for example “Newly Created Google Doc for You” and have it launch a separate tab with the newly-created Google Doc or File.
I believe this has to do with a Workflow API, but I can’t figure out how to do it.
Any suggestions? Screenshots would be most welcome.
I don’t think you can do 2-way communication in the plugin - but can you just make an endpoint to catch when a folder is created? (like this: https://www.youtube.com/watch?v=73ajoZRXNqc