Loading large linked datasets into Bubble

  1. 1.
    Link fields in CSVs and then run API WF on all fields after app data is populated
  2. 2.
    Loadster: put all data in several CSVs, and get it loaded into database via Loadster
    1. 1.
      This is useful when the pages where data is entered in have workflows on those specific pages. In that case, uploading CSVs might not trigger all the necessary actions. To do that with the uploaded CSVs, it may mean duplicating the logic from the app's front-end in back-end workflows, or moving the front-end logic to the back end entirely.
    2. 2.
      Loadster allows you to load data up and get bots to enter it into your website's UI. See this page for a more detailed guide on how to use Loadster.