Bubble.io Bulk Create Data API Setup - Full Walkthrough

Поделиться
HTML-код
  • Опубликовано: 11 янв 2025

Комментарии • 7

  • @didier3761
    @didier3761 6 дней назад

    Nice Walkthrough 🤯
    Is it possible to use this method to copy the information from one data type to the new data type? (keep a history of data).
    Example:
    Data Type A (source) with fields such as name, age, email.
    Data Type B (destination) with the same fields

  • @CoreAspectAI
    @CoreAspectAI 5 месяцев назад

    Nice walkthrough, not needed to use the bulk api endpoint till now ... very helpful. thanks

    • @adamfreelances
      @adamfreelances  5 месяцев назад +1

      @@CoreAspectAI Thanks! Bubble has since made the “schedule API Workflow on a list” more performant, but this method is still useful for many use cases

  • @CoreAspectAI
    @CoreAspectAI 5 месяцев назад +1

    any tips on bulk image upload?

    • @adamfreelances
      @adamfreelances  5 месяцев назад +1

      @@CoreAspectAI if they are base64, you can post them in like you would a text field. If they are already hosted somewhere, you can post that URL in, and then run a bulk workflow on all the images to host that file on your bubble app. I have another video on my channel as to how to do that

  • @HandsomeThabethe
    @HandsomeThabethe 5 месяцев назад +1

    I don't know it it possible, but Is there a Way to Create X number of items based on Text input Number. Instead of Having to create 4 items or a Specific Number??? Like multiple items based on Text input value??)

    • @adamfreelances
      @adamfreelances  5 месяцев назад

      You can use the schedule API workflow on a list for this.
      It’s a couple step process:
      1. Use the calculate formula expression in bubble to generate a random string. You can specify the random string length using a dynamic value (which will be the text input number)
      2. In the schedule API workflow on list action, specify the list as the random string. Then use the extract with regex expression (using just a dot “.” As the expression which will seperate each individual character). This will give you a dynamic list length easily within bubble