How to Use URL/Page Parameters in Bubble.io

  Рет қаралды 24,480

Building With Bubble

Building With Bubble

Күн бұрын

Пікірлер: 67
@arthurpereira6072
@arthurpereira6072 10 ай бұрын
after 2 days , 3 hours each i solved the problem! LOVE U!!!!
@BuildingWithBubble
@BuildingWithBubble 10 ай бұрын
Love you to 😘 Glad it could help!
@MrEchayko
@MrEchayko 2 жыл бұрын
Amazing content. You are the only one who can explain data transfer in URL that actually works. A+++
@BuildingWithBubble
@BuildingWithBubble 2 жыл бұрын
Always glad it can help ✌ URL paramaters took me a bit to wrap my head around in the beginning, but once you get the hang of it, you'll start to see how powerful they are!
@MrEchayko
@MrEchayko 2 жыл бұрын
@@BuildingWithBubble thank you trully for your hard work and amazing content 🙏
@mobifinsolutions1956
@mobifinsolutions1956 Жыл бұрын
Very clear indeed
@kevinsloan5805
@kevinsloan5805 2 жыл бұрын
Amazing, I needed a good way to use URL parameters and this video did an amazing job explaining it. Thank you so much!
@BuildingWithBubble
@BuildingWithBubble 2 жыл бұрын
Always glad it can help 👏
@LeraMulina
@LeraMulina 2 жыл бұрын
Thank you very much! Your lessons on Bubble are super-super-super helpful!
@BuildingWithBubble
@BuildingWithBubble 2 жыл бұрын
Always glad it can help ✌
@mattjohnson8009
@mattjohnson8009 10 ай бұрын
Lachlan do you have a video showing how the "Buy Tickets" part works? I am trying to get data from a repeating group over to a form on another page
@BuildingWithBubble
@BuildingWithBubble 10 ай бұрын
Hey, I'd recommend checking out my course on creating a Ticketmaster clone: kzbin.info/www/bejne/d6irn6CBrcmVas0 Hope this helps point you in the right direction!
@bilalmarazi6041
@bilalmarazi6041 2 жыл бұрын
Thanks! How I would do the same if I am extracting data from an external API? What changes to do with the type of content and source for the repeating group to be used?
@BuildingWithBubble
@BuildingWithBubble 2 жыл бұрын
Once you connect an API through the API connector or a plugin, you'll have the option to set the content type of a repeating group to be the API endpoint. From here, you can choose to pull of the results from the endpoint, you could could filter any of the parameters (data fields of the API endpoint) by the page parameter in a similar fashion to this tutorial. It's a little complex to explain over text, but I'd by happy to try and record a tutorial for this when I get the chance.
@luminrabbit9488
@luminrabbit9488 3 жыл бұрын
Another great tutorial !!!
@BuildingWithBubble
@BuildingWithBubble 3 жыл бұрын
Thanks! Plenty more on the way 😎
@chal9230
@chal9230 Жыл бұрын
Superb. Thanks.
@BuildingWithBubble
@BuildingWithBubble Жыл бұрын
Glad it could help 😎
@xuamox
@xuamox 2 жыл бұрын
What if I have a list of Events with Dates and Names and a link to "Add Tasks" for each event. The "Add Tasks" link needs to know what Event ID is associated to it. Can I pass that Event ID via the "Add Tasks" link, and deliver it to the "Add New Tasks" form, and if so, what is the correct way to then pass that Event ID to the form and save it in the DB?
@BuildingWithBubble
@BuildingWithBubble 2 жыл бұрын
Hey mate, when redirecting a user to another page, include a parameter called 'event-id' and store this as the event content type. Then for the value of the parameter, you can select from the 'current cell's event'. Let me know if this helps.
@wealthyman5420
@wealthyman5420 2 жыл бұрын
Is it possible to send list of things via URl Parameters? To be displayed of a RG on the destination page..
@BuildingWithBubble
@BuildingWithBubble 2 жыл бұрын
Yes, it is possible 👍
@wealthyman5420
@wealthyman5420 2 жыл бұрын
@@BuildingWithBubble Oh, tried that like a million times.. Didn't work. I wonder what I'm doing wrong
@BuildingWithBubble
@BuildingWithBubble 2 жыл бұрын
@@wealthyman5420 What data are you trying to send through in the parameter?
@wealthyman5420
@wealthyman5420 2 жыл бұрын
​@@BuildingWithBubble A list of "items" pulled from a repeating group. (Previous page) I could see the "items" unique ids in the destination page URL. But unable to use the data to run a filter in a repeating group of my destination page. Here's my use case: On my destination page, on a repeating group, I want to do a search for "items" and set a constraint that the Repeating group should only show the list of "items" in the URL. Simply put, I want only the list that I have in my url to populate my repeating group.
@akispapas7463
@akispapas7463 2 жыл бұрын
Thank you Lachlan. Nice and clear. Question: Is there any way to export data from a RG through url and display it to another page
@BuildingWithBubble
@BuildingWithBubble 2 жыл бұрын
Glad it could help! And what kind of data are you looking to send through the URL from the RG? If you're looking to send through one field e.g. the unique IDs from a list of users, this would be possible. If you were looking to send through a number of different fields, though, it might be best to try and temporarily store the data in your database, then delete it once it's no longer needed. Hope this helps.
@akispapas7463
@akispapas7463 2 жыл бұрын
@@BuildingWithBubble Will follow your advise. Thank you my friend
@mihajloskulic4454
@mihajloskulic4454 10 ай бұрын
Hi, is it possible that if the user hasn't selected any criteria and just clicks search button, the page displays all of the items? Thank you
@BuildingWithBubble
@BuildingWithBubble 10 ай бұрын
Yes, on your destination page that displays all the items, you could add a condition to your repeating group element. Within the condition, you could recognise when the page parameter is empty. When this si true, just have the repeating group search for all of the items in your database. Hope this helps!
@tommyonjapon
@tommyonjapon Жыл бұрын
Thank You, it is a good explanation.
@BuildingWithBubble
@BuildingWithBubble Жыл бұрын
Happy it could help 😎
@Kumar-pe2nl
@Kumar-pe2nl Жыл бұрын
I have one doubt bro - how to another website url load into the browser from bubble by changing the http response headers.
@BuildingWithBubble
@BuildingWithBubble Жыл бұрын
Happy to help. Just to clarify, you want your Bubble app to open a URL of another website?
@rasaadister
@rasaadister 2 жыл бұрын
Thanks a lot for this video!!
@BuildingWithBubble
@BuildingWithBubble 2 жыл бұрын
Glad it could help! I remember trying to learn page parameters when I first got started in Bubble. They can initially be quite confusing to get your head around!
@rasaadister
@rasaadister 2 жыл бұрын
@@BuildingWithBubble Yes. I was very confused too and your style of teaching explained everything effortlessly. Thanks again!
@georgegrimany7840
@georgegrimany7840 2 жыл бұрын
Another great one. Thank you
@BuildingWithBubble
@BuildingWithBubble 2 жыл бұрын
Glad it could help 👏
@RicardinhoL_5
@RicardinhoL_5 2 жыл бұрын
Thank you for this video, you saved my life! 😉
@BuildingWithBubble
@BuildingWithBubble 2 жыл бұрын
Glad it could help. I've got you 😎
@agentesdoreino3928
@agentesdoreino3928 2 жыл бұрын
Thanks for another great video, I have learned a lot from you, I would like to take your course but I need to find out how to use a translator because my English is terrible. About this video, how can we make the url cleaner when we send url parameters?
@BuildingWithBubble
@BuildingWithBubble 2 жыл бұрын
Always glad it can help! And have you tried using a browser extension to translate the videos? I know translation can be a problem for students across the world, so I'm looking into finding a solution. Be sure to keep an eye out!
@agentesdoreino3928
@agentesdoreino3928 2 жыл бұрын
@@BuildingWithBubble Do you know any extensions?
@BuildingWithBubble
@BuildingWithBubble 2 жыл бұрын
@@agentesdoreino3928 I'd recommend checking out live captions directly within Chrome. You may not even need an extension to run this: support.google.com/chrome/answer/10538231?hl=en Hope this helps.
@Officialchens
@Officialchens Жыл бұрын
This man is a genius.
@BuildingWithBubble
@BuildingWithBubble Жыл бұрын
I got you 😎
@Eric-wk4cg
@Eric-wk4cg 6 ай бұрын
How to redirect user to a page when user messes up the URL ?
@BuildingWithBubble
@BuildingWithBubble 5 ай бұрын
Good question. You could just create a condition on the page every time it's loaded. Within this condition recognise if the URL 'is not'/'doesn't contain', the specific values you're looking for. If this condition is true, you could just send them to another page
@annasuelafritz1583
@annasuelafritz1583 Жыл бұрын
This is fantastic. I have a question, I follow the exact steps you provide and when I press the button, the parameter doesn’t create a long string and doesn’t appear on my next page. I can confirm that the parameter retains the value, but it doesn’t show on my next page. What could cause this? The value is the result of a user search.
@BuildingWithBubble
@BuildingWithBubble Жыл бұрын
Hey, happy to help. I'm under the impression that it'll be the search that's causing the issue. If there's no value that matches the users search, there won't be a value to store in the parameter. If you're certain that there's a value in your database that matches the users search, I'd recommend just double-checking to see if you have any privacy rules that might be restricting who can get access to that data. If you're not familiar with privacy rules, Bubble has a great guide here: kzbin.info/www/bejne/Z17Qlnybd7qLhrs Hope this helps!
@annasuelafritz1583
@annasuelafritz1583 Жыл бұрын
@@BuildingWithBubble thank you so much for the prompt reply! I was able to fix it when I realized that the URL returns only a text value as opposed to a user, which is what I was looking for. I used a popup on the same page as opposed to leaving the page. That seemed to fix the issue. Thank you again!
@BuildingWithBubble
@BuildingWithBubble Жыл бұрын
@@annasuelafritz1583 Glad you got there in the end 🙌
@slooptribe
@slooptribe Жыл бұрын
But what about when you have designed a Single Page App Design and are moving people around through (v=)? Thanks for your help.
@BuildingWithBubble
@BuildingWithBubble Жыл бұрын
Great question. To navigate people between the different hidden groups in a single-page app, you can just use a 'navigation - go to page' workflow. In this workflow, you can send the user to the same index page they're currently viewing, then choose to send a parameter in this event. If the page you're navigating to doesn't change, Bubble won't reload the entire page, instead, it will simply just refresh the data on the page. Hope this helps!
@slooptribe
@slooptribe Жыл бұрын
@@BuildingWithBubble I watched more of your other videos and they were super helpful, the trouble I'm having now is how to create links for our artist pages that someone who is not logged in can view. Do you have any videos or wisdom to share about that? People in the app are seeing the Artist Individual Pages fine, but when we share the link and you don't have an account or are not signed in, it shows the correct group for the SPA but without any content loaded. (Note: it is correct in the URL and is showing the slug in the url, just no data in the group/page)
@ObohVictor-q5s
@ObohVictor-q5s Жыл бұрын
You're a genius Lachlan I've been watching your videos for months now and it has helped me alot but i have an issue i’m creating a chat app and I have a repeating group of conversations and a repeating group of messages on the left and right side respectively i use the “Display data and Data to send function in my workflows” but each time i refresh the page, the data dissappears How am i going to stay on the same page when the page is reloaded
@BuildingWithBubble
@BuildingWithBubble Жыл бұрын
Appreciate it. I'm glad the content is helpful! And good question. Instead of storing data just within the group, I'd recommend storing data with a URL parameter. If a page has a URL parameter and is refreshed, it will remain there When someone clicks to open a chat, you could use a navigation event to send the user to the page they're currently on, they send through a URL parameter with the unique of the chat you'd like to display. When you send someone to the same page they're already on in Bubble, it will just reload the data, so the user experience is still fast Then, you can have your group reference a list of messages where the original chat belongs to the chat stored in your URL parameter Hope this helps point you in the right direction!
@Stierkoe
@Stierkoe 7 ай бұрын
legend!
@BuildingWithBubble
@BuildingWithBubble 7 ай бұрын
I got you 😎
@sivasai2211
@sivasai2211 3 жыл бұрын
Thank you @Lachlan Kirkwood
@BuildingWithBubble
@BuildingWithBubble 3 жыл бұрын
Glad it could help!
@liamkane101
@liamkane101 10 ай бұрын
I'm sending data via URL params and works great, but Bubble wants me to fix the "remember to fill out data to send" issue - I understand I can't deploy without fixing this
@BuildingWithBubble
@BuildingWithBubble 10 ай бұрын
I'm under the impression your destination page must have a content type set on it. I'd recommend going to the destination page, then removing this content type. This will resolve the issue.
@liamkane101
@liamkane101 10 ай бұрын
That was it - thanks!@@BuildingWithBubble
@BuildingWithBubble
@BuildingWithBubble 10 ай бұрын
@@liamkane101 Glad it could help!
How to Use Custom States in Bubble.io
33:17
Building With Bubble
Рет қаралды 17 М.
All You Need To Know About SEO for Bubble.io
11:30
No Code Academy
Рет қаралды 6 М.
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
Page redirects: Getting started with Bubble (Lesson 7.8)
9:13
An introduction to URL parameters in your Bubble application
10:29
How to Get Data from Page URL Parameters - Bubble.io Tutorial
13:54
No Code Academy
Рет қаралды 3,5 М.
How to edit data inline (aka create an "edit mode") on Bubble.io
9:58
Coaching No Code Apps
Рет қаралды 29 М.
URL parameters: Getting started with Bubble (Lesson 3.3)
9:47
Learn Bubble.io in 30 Minutes
28:45
Jesse Showalter
Рет қаралды 165 М.
Filtering Repeating Groups | Bubble.io Tutorial
7:44
Buildcamp
Рет қаралды 58 М.
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН