Auto Binding in Bubble.Io (What It Is & How to Set It Up)

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ต.ค. 2024

ความคิดเห็น • 40

  • @abhishek998
    @abhishek998 2 ปีที่แล้ว +1

    I like the way you explain things. Things become very simple and intuitive.

  • @AROCKS1
    @AROCKS1 7 ปีที่แล้ว +2

    Thanks for doing these videos! I really appreciate the clarity in your delivery and mastery over the subject. Can you please do a video on how to use "states" (to create tabbed pages and page overlays). There is not so much documentation on it, so I would appreciate your help.

    • @coachingnocodeapps
      @coachingnocodeapps  7 ปีที่แล้ว

      You're very welcome! I have a running list of questions I'm making tutorials on, so please stay tuned! (Also, just FYI, Custom States are covered more in-depth in my Fast Track Course. PM me if you'd like any details.)

  • @shauryagolf
    @shauryagolf 4 ปีที่แล้ว

    Thank you, your videos really help to understand bubble better!

  • @tiffanygoode4306
    @tiffanygoode4306 5 ปีที่แล้ว +1

    Thanks for this video. I'm trying to build a EdTech Kiddy app. Can you put up a video on how to make things to be eye appealing for children. Thanks

  • @THEREINVENTION_
    @THEREINVENTION_ ปีที่แล้ว

    what would be the issue if you put content type to user on index and you still don't see auto binding has option?

  • @ChristianMichelBlue
    @ChristianMichelBlue 4 ปีที่แล้ว

    Great video Gaby. Thanks.

  • @alessandroaas658
    @alessandroaas658 4 ปีที่แล้ว

    Ola. Posso usar o auto biding para salvar dados temporariamente, sair do app e apos retornar essas informações estarão lá?

  • @ikechukwui2561
    @ikechukwui2561 3 ปีที่แล้ว

    Very nice!

  • @tomjohnston5141
    @tomjohnston5141 4 ปีที่แล้ว

    Again, useful. Thanks.

  • @neljohnbayalas9555
    @neljohnbayalas9555 3 ปีที่แล้ว

    Hi, I have a problem with autobind, I want the data to be displayed in inputs when I click an element. However the data is already displayed. Hope you can help me.

  • @fakossaconate4580
    @fakossaconate4580 4 ปีที่แล้ว

    Thanks again for this video!

  • @neveriodev350
    @neveriodev350 ปีที่แล้ว

    great!

  • @hernanojeda7403
    @hernanojeda7403 5 ปีที่แล้ว

    muy bueno...no problem if i use input placeholder with current user name ?? for data binding is very quickly but i dont know if these make problems...sorry for my english i from argentina

    • @coachingnocodeapps
      @coachingnocodeapps  5 ปีที่แล้ว +1

      Hi Hernan, I'm not sure I understand what your issue is, but make sure you put the Current User's name in the initial content field, not in the placeholder field. The placeholder is not going to be saved to the database - that's more of a "helper text" to help the user understand what to type in there.

  • @ronelogomez1761
    @ronelogomez1761 5 ปีที่แล้ว

    Hi Gaby, Is Autobinding works on dropdown?

    • @coachingnocodeapps
      @coachingnocodeapps  5 ปีที่แล้ว

      Hi Ronelo, yes it works on dropdowns, as long as it's inside a group with a data source or repeating group cell.

    • @ronelogomez1761
      @ronelogomez1761 5 ปีที่แล้ว

      @@coachingnocodeapps thank gaby, very helpful.

  • @tenliemourning
    @tenliemourning 4 ปีที่แล้ว

    Hello! Is there a way to create restrictions on what data can be saved as you would an input? E.g. not allow for duplicate usernames to be created - in the case a user changes their username to an already existing username.

    • @coachingnocodeapps
      @coachingnocodeapps  4 ปีที่แล้ว

      Hey Tenlie! Use a condition to search to search the database. If there's a record already existing, show an error. If not, continue to save

  • @iandulan
    @iandulan 4 ปีที่แล้ว

    Thats so sweet!

  • @corybrewis
    @corybrewis 4 ปีที่แล้ว

    Hey Gabby, Im having trouble with something that seems like it should be super easy but for some reason I just can't get it to work.. My 'users' group is separate from the 'profile page' data group I made, I just bound each profile to its user by giving every profile a user field and vice versa upon creation... I did this because it made a couple other things easier.. But anyway, the problem is, Im trying to have a simple "follow"/subscribe' type button or what have you, where the workflow is that the current user adds themself (by clicking the button) to another users profiles '- list of users- ie "followers" field... Ive made some complex workflows before and this one seems like it should be a no brainer but I'm stuck...Ive tried 20 different combinations that look like they should work for this, all of which bubble has deemed error free.. but I just can't get the darn user 1 added to user 2s list of users! at least not without going into the DB and doing it myself.. Is there a better way of going about this.. Im missing something right?

    • @coachingnocodeapps
      @coachingnocodeapps  4 ปีที่แล้ว

      Hey there! You'd need to identify the profile record you want to update. Once you have that, you can make a change to the profile and add the current user to the profiles user list

    • @corybrewis
      @corybrewis 4 ปีที่แล้ว

      @@coachingnocodeapps Thanks for the reply! I sort of just worked on other aspects and haven't really tried to tackle this problem again since.. I thought I had done that, but Ill take another go at it now and see if perhaps I overlooked something, thank you!

  • @alessandroaas658
    @alessandroaas658 4 ปีที่แล้ว

    Na verdade quero uma função que salva temporariamente as informações caso o usuario precise sair do aplicativo e quando retornar as informações devem estar lá, se ele quizer modificar deve ter essa possibilidade.

  • @joshdelaware
    @joshdelaware 4 ปีที่แล้ว

    No working for me for some reason

    • @joshdelaware
      @joshdelaware 4 ปีที่แล้ว

      It turns out that I NEEDED to use the group. Just using the page as the parent element didn't work for me

    • @coachingnocodeapps
      @coachingnocodeapps  4 ปีที่แล้ว +1

      I'm glad you got it working, Joshua!

  • @kristjankangro8226
    @kristjankangro8226 3 ปีที่แล้ว

    It would be much more useful if it had instead of auto binding alert, autobinding work flow.

    • @strongemotion
      @strongemotion ปีที่แล้ว

      You can always create a Workflow triggered by "An Input has changed" on that particular input. That can be the workflow you desire. (I have not tested to know of any gotchas).

  • @Hutchdesign
    @Hutchdesign 3 ปีที่แล้ว

    I am having issues with auto-binding and seem to be going round in circles... :( .
    I am creating a sum of some integers on one page, which is being summed on that page. This data is then stored in a score database, separate from the user. On a separate page, I have a this data displayed and each subsequent submission listed in a repeating group with this data being totalled in a 'total input' at the bottom of the page. I need these integers summed and then submitted to a field in the User database automatically, without any buttons on customer input. I have managed to get autowinding to work BUT I have to physically trigger the change in the input for the data to change in the user database. I cannot seem to figure out a way to automatically trigger this - even if it is when the button on the first page is triggered, thus triggering this event. Trying to figure out a way without having to use a google sheets API.
    Any suggestions..? :D