I’m planning to synchronize the data stored in Notion with Bubble using the API Connector plugin. The method I have in mind is simply to, once a day, delete all records in the Bubble database and then import the Notion data. I’ve already managed to delete all the records in the Bubble database, but I can’t get the Notion data into Bubble. I’ve completed the API Connector plugin settings and the Data types setup on the Bubble side. I’m stuck on configuring the Backend Workflow.
Question 1
I’m thinking that by configuring the following API workflows, I should be able to import the Notion data into Bubble. Is this correct?
- createalldata:
- In Plugins, choose “API call”
- Use “Schedule API Workflow ‘createdataprocess’ on a list” to invoke
createdataprocess
- Schedule the
createalldata
API Workflow for recurring runs
- createdataprocess:
- In Plugins, choose “API call”
- Use “Create a new thing”
Question 2
I can’t get the “List to run on” setting for “Schedule API Workflow ‘createdataprocess’ on a list” to work. No matter what option I select, it always turns red (see screenshot). How should I configure this?
Question 3
I don’t think the method described in Question 1 will work if there are more than 100 records in Notion. How should I configure it so that it works even when there are over 100 items?