how to store and use data in bubble io bubble tutorial

  Рет қаралды 20,215

Soruze

Soruze

Күн бұрын

Пікірлер: 37
@soruze227
@soruze227 2 жыл бұрын
If this was helpful please consider subscribing or buy me a coffee www.buymeacoffee.com/shanekluitv
@KhemitPrince
@KhemitPrince 3 жыл бұрын
This is so helpful. I spent the weekend looking for methods on how bubble handled one to many relationships. Thanks.
@amrihussaini7679
@amrihussaini7679 2 жыл бұрын
I do have a question. 7:20 minutes in. How can I limit data re-display to simply the most recent user insert? When I repeatedly try and refresh the page, it only displays the initial entry I make. For instance, on my first attempt, I select Display 1, and it displays Display 1. On my second attempt, I use Display 2, but it still showing Display 1.
@soruze227
@soruze227 2 жыл бұрын
You could make it so that the workflow does not include the step, "reset relevant inputs" then use a popup or something to show that you did save the data.
@roulaal2617
@roulaal2617 3 жыл бұрын
Thank you so much! This was a tremendous help. Saved a lot of time and effort thanks to you. Keep it up!
@TheTerryThunderstorm
@TheTerryThunderstorm 4 жыл бұрын
Can you save the data without a save button, like on a action 'if user exists current navigation page' ? Like on a profile page, where you modify your description and if you navigate to another page and come back to it, the modified data was stored and shows without you needing to press a save button.
@shekharsharawat7605
@shekharsharawat7605 4 жыл бұрын
Thank you for making this problem solving video
@AditIrwan
@AditIrwan 2 жыл бұрын
Thankyou so much this is really helpful. I did it bro! God Bless you
@richardklu2562
@richardklu2562 2 жыл бұрын
I am glad this helped! Congrats!
@hiw1cme2chilis
@hiw1cme2chilis 3 жыл бұрын
very helpful for my final project in college! Thank you
@bhuralal5299
@bhuralal5299 4 жыл бұрын
how can we limit the lines in multi-line input. for example work description : Should allow 4 to 8 lines of data in input field.
@soruze227
@soruze227 4 жыл бұрын
Yes. It's in the settings for the field. Here's a quick video on it. kzbin.info/www/bejne/fZDSdGOGjNmDrLs
@bhuralal5299
@bhuralal5299 4 жыл бұрын
@@soruze227 hey do you know how to create data storage for each users for example.. daily work report of each employee which includes project ID, work description and working time in HH,MM which is hour and minute format and there is a report page of their work, which shows the inputs and description of project ID, work description and working time. how can we do that for each users.
@soruze227
@soruze227 4 жыл бұрын
​@@bhuralal5299 You could create a punch system. They could "punch in" or "Punch out" for each project that they are on and then you could track time that way by subtracting the end time from the start time and getting the hours that way.
@soruze227
@soruze227 4 жыл бұрын
How you would want to attach this to different projects is up to you. Realistically you could attach fields you want to the projects.
@calderaricaio
@calderaricaio 4 жыл бұрын
Cool tip! Thanks. 👍
@shevchenko1735
@shevchenko1735 3 жыл бұрын
I'm making an similar app, but there is images instead of inputs, and I need few steps for user to save info about his animal: choose type of animal, then color. For example if he choose dog image in first step - he see images with dogs in second step (images from option sets), then he choose dog color and without "save" button it records to database. The problem is - I don't know how to make dependencies from first step on second step. But there could be more steps and every next depends from previous. If there is some lesson how to make it, could you share?
@Fivecincos28
@Fivecincos28 4 жыл бұрын
OMG you are so helpful!
@soruze227
@soruze227 4 жыл бұрын
I am glad you found this useful
@arifulislamleeton
@arifulislamleeton Жыл бұрын
Hi I'm Ariful Islam leeton im software engineer and software development and website development and data analytics
@javiglz12
@javiglz12 Жыл бұрын
And if this was set to be a software with different users accounts and each have their own clients, how is the information stored so the info that one account has isn't showed to other users? Thank you for the video
@pratimadudhewar3680
@pratimadudhewar3680 2 жыл бұрын
Hi.., I have a doubt , If someone is already having database tehn is it good practice to store data in bubble's databse?
@soruze227
@soruze227 2 жыл бұрын
If you already have a database you are fine just using the database you already have set up. You would just want to connect to that database.
@pratimadudhewar3680
@pratimadudhewar3680 2 жыл бұрын
@@soruze227 But I stuck at one point. when i try to edit and append data to API list that i'm not able to do it. So creating database can solve my problem. What are the advantages and disadvantages for bubble database?
@soruze227
@soruze227 2 жыл бұрын
@@pratimadudhewar3680 Depending on how much data you are using it could impact the costs of your app. Bubble can be expensive for very data heavy applications. Personally, my thought process is generally that if you don't need to add extra parts you shouldn't. So if having an external database does not add to the application, there's no need. I would add an external database when I need to have the data entered from different sources or possibly be stored in a specific way. As example, I might need to keep my data on a server in a specific location to comply with a regulation. I personally prefer to limit points of failure. Every connection is a potential point of failure.
@pratimadudhewar3680
@pratimadudhewar3680 2 жыл бұрын
@@soruze227 Then can you guide me how to create an object of an API data type?
@yashaswivaidya6583
@yashaswivaidya6583 4 жыл бұрын
how to autogenerate unique data into repeating group and save it in database? please help
@soruze227
@soruze227 4 жыл бұрын
I need more information. What is the source of the data
@yashaswivaidya6583
@yashaswivaidya6583 4 жыл бұрын
i am doing a search for in the database table(the condition written in the repeating group).I am able to fetch other data from that table but i have to autogenerate a barcode and save it along with other data into the same row of other database table.
@adityagupta7288
@adityagupta7288 3 жыл бұрын
hey can you please do a video on 'Single page native app in bubble.io using reusable elements and also picking the content data from bubble itself'. ThankYou so much
@soruze227
@soruze227 3 жыл бұрын
kzbin.info/www/bejne/opuQi5SooriibM0 This video explains how the single page app works. it's a pretty simple video that touches on how to get started on that style of site. Creating a 1 page app really just changes how you want to run your workflows. Depending on how complicated you want to get with it. Essentially you send data to groups opposed to sending it to pages. You also heavily utilize the show hide features inside of bubble opposed to changing page. I don't know what you mean by picking content data from bubble itself. Do you mean running a search query to find data in your database and then display that data?
@yosserkammoun3429
@yosserkammoun3429 3 жыл бұрын
Hello, I am preparing a form that will be filled by different users. I would like to know how can I store all the responses entered by each user in the Bubble database and in then SQL. I would like to store each name of the user with all his answer. Thank You,
@soruze227
@soruze227 3 жыл бұрын
Yes
@yosserkammoun3429
@yosserkammoun3429 3 жыл бұрын
@@soruze227 Could you tell me how can I do it? how to transfer the information from bubble database to SQL?
@saikiran-tp5nw
@saikiran-tp5nw 2 жыл бұрын
sir can you please provide api fetching data to grid
Processing data in popups | Bubble.io tutorial
18:31
Buildcamp
Рет қаралды 31 М.
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН
Good database design in Bubble
21:35
Matt Neary
Рет қаралды 43 М.
How to Save Data From an API to Your Bubble Database | Bubble.io Tutorials
12:17
Notifications | Bubble.io Tutorial
21:29
Buildcamp
Рет қаралды 47 М.
Bubble.io API Connector Tutorial
9:25
MickeyD
Рет қаралды 25 М.
How to build a Dashboard in Bubble.io
27:55
Fabio Bergmann
Рет қаралды 16 М.
How to Setup Your Custom Database in Bubble.io (2022)
27:14
Building With Bubble
Рет қаралды 40 М.
Bubble.io for Beginners: Saving to the database [5/12]
12:13
Learn Bubble.io in 30 Minutes
28:45
Jesse Showalter
Рет қаралды 163 М.
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН