If this was helpful please consider subscribing or buy me a coffee www.buymeacoffee.com/shanekluitv
@KhemitPrince3 жыл бұрын
This is so helpful. I spent the weekend looking for methods on how bubble handled one to many relationships. Thanks.
@amrihussaini76792 жыл бұрын
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.
@soruze2272 жыл бұрын
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.
@roulaal26173 жыл бұрын
Thank you so much! This was a tremendous help. Saved a lot of time and effort thanks to you. Keep it up!
@TheTerryThunderstorm4 жыл бұрын
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.
@shekharsharawat76054 жыл бұрын
Thank you for making this problem solving video
@AditIrwan2 жыл бұрын
Thankyou so much this is really helpful. I did it bro! God Bless you
@richardklu25622 жыл бұрын
I am glad this helped! Congrats!
@hiw1cme2chilis3 жыл бұрын
very helpful for my final project in college! Thank you
@bhuralal52994 жыл бұрын
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.
@soruze2274 жыл бұрын
Yes. It's in the settings for the field. Here's a quick video on it. kzbin.info/www/bejne/fZDSdGOGjNmDrLs
@bhuralal52994 жыл бұрын
@@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.
@soruze2274 жыл бұрын
@@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.
@soruze2274 жыл бұрын
How you would want to attach this to different projects is up to you. Realistically you could attach fields you want to the projects.
@calderaricaio4 жыл бұрын
Cool tip! Thanks. 👍
@shevchenko17353 жыл бұрын
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?
@Fivecincos284 жыл бұрын
OMG you are so helpful!
@soruze2274 жыл бұрын
I am glad you found this useful
@arifulislamleeton Жыл бұрын
Hi I'm Ariful Islam leeton im software engineer and software development and website development and data analytics
@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
@pratimadudhewar36802 жыл бұрын
Hi.., I have a doubt , If someone is already having database tehn is it good practice to store data in bubble's databse?
@soruze2272 жыл бұрын
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.
@pratimadudhewar36802 жыл бұрын
@@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?
@soruze2272 жыл бұрын
@@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.
@pratimadudhewar36802 жыл бұрын
@@soruze227 Then can you guide me how to create an object of an API data type?
@yashaswivaidya65834 жыл бұрын
how to autogenerate unique data into repeating group and save it in database? please help
@soruze2274 жыл бұрын
I need more information. What is the source of the data
@yashaswivaidya65834 жыл бұрын
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.
@adityagupta72883 жыл бұрын
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
@soruze2273 жыл бұрын
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?
@yosserkammoun34293 жыл бұрын
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,
@soruze2273 жыл бұрын
Yes
@yosserkammoun34293 жыл бұрын
@@soruze227 Could you tell me how can I do it? how to transfer the information from bubble database to SQL?
@saikiran-tp5nw2 жыл бұрын
sir can you please provide api fetching data to grid