Тёмный

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

Coaching No Code Apps
Подписаться 45 тыс.
Просмотров 19 тыс.
50% 1

Bubble has an "overwrite" feature called auto-binding.
Auto-binding lets you modify a record in your database without having to create a new workflow. Think of it kind of like an "auto-save" function, where any data entered gets saved or changed automatically.
With fewer workflows to create/manage and no buttons to click, it's an instant overwrite that makes it easier and faster for both you and users to input or alter data.
Auto-binding isn't right for every use case, but when a data record needs to be modified quickly, it's a seriously helpful feature.
Watch this tutorial on how to set up auto-binding in your no code app.
_________________
💥 Want to work side by side with our team to launch your app-based business? We're now accepting entrepreneurs into our private mentorship program. Apply here for a strategy call to learn more: coachingnocode...
Plus, here are a few more ways to get help fast...
👉 Free scalable app workshop: coachingnocode...
👉 Self-led training: www.coachingno...
👉 Facebook community for no code app entrepreneurs: / 1165236046981865

Опубликовано:

 

2 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 40   
@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?
@tiffanygoode4306
@tiffanygoode4306 5 лет назад
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
@AROCKS1
@AROCKS1 6 лет назад
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 6 лет назад
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.)
@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.
@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.
@abhishek998
@abhishek998 2 года назад
I like the way you explain things. Things become very simple and intuitive.
@coachingnocodeapps
@coachingnocodeapps 2 года назад
That's great to hear!
@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á?
@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
@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 лет назад
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.
@neveriodev350
@neveriodev350 Год назад
great!
@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
@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!
@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).
@shauryagolf
@shauryagolf 4 года назад
Thank you, your videos really help to understand bubble better!
@coachingnocodeapps
@coachingnocodeapps 4 года назад
You're welcome, Shaurya!
@ikechukwui2561
@ikechukwui2561 3 года назад
Very nice!
@coachingnocodeapps
@coachingnocodeapps 3 года назад
🙌
@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.
@ChristianMichelBlue
@ChristianMichelBlue 4 года назад
Great video Gaby. Thanks.
@coachingnocodeapps
@coachingnocodeapps 4 года назад
You're very welcome, Christian!
@fakossaconate4580
@fakossaconate4580 4 года назад
Thanks again for this video!
@coachingnocodeapps
@coachingnocodeapps 4 года назад
You're welcome, Fakossa!
@tomjohnston5141
@tomjohnston5141 4 года назад
Again, useful. Thanks.
@coachingnocodeapps
@coachingnocodeapps 4 года назад
You're welcome!
@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 года назад
I'm glad you got it working, Joshua!
@iandulan
@iandulan 4 года назад
Thats so sweet!
@coachingnocodeapps
@coachingnocodeapps 4 года назад
I hope it was helpful, Ian!
Далее
Create 2 Step Verification in Your Bubble App
10:30
Просмотров 18 тыс.
How to Setup Your Custom Database in Bubble.io (2022)
27:14
Paystack Api integration in Bubble session
54:24
Просмотров 1 тыс.
Bubble.io API Tutorial: Schedule a Workflow on a List
11:13
How to Use URL/Page Parameters in Bubble.io
16:52
Просмотров 23 тыс.