Not sure exactly what you’re trying to do but you can use URL parameters to “send” objects (and update the page to not be of the type object). See links below
You may want to consider a popup for editing apples and oranges that would show different screens for each type but would allow both users and admins to edit those records and not have to load another page.
Here’s how to get a list of things from the URL parameter. Link to editor below.
Getting one item from URL is easy. Getting a list of things from URL is harder, especially when it’s a unique id vs. text.
Once I figured it out, it’s pretty straight forward.
Link to the demo and editor
PRO TIP: by default bubble passes list of text delimited by a comma then a space , . They don’t do it by default on a list of uniqueIDs (things). To keep things standard it’s best to set your own rules of …
How should I go about setting up “page redirects” in my single page bubble app, given that I plan on launching it as both a web app and a native mobile app?
This article recommends using URL parameters, and I agree with the points they are making Single Page Apps in Bubble.io without code
But this one says it’s best to avoid URL parameters if you’re building a native app Bubble tips and tricks for native
Will using URL parameters hurt my chances of getting my app approved on the app store?
S…
Hi All,
I’m working on a one page app using url parameters and encountering an issues when creating a new database thing and then subsequently linking this to the previous page url thing.
Can anyone advise where I might be going wrong - I am able to create a new database entry and link this to the current user but when I try and link this to the database thing that isnt the current user is where I appear to be having an issue.
I’m passing the unique ID of the thing to link to in the url param…
I’m stuck. I created search and filter with URL parameters (like amazon style search) but every time the user navigates away, and then back, all the filters are gone.
Since navigation to other areas of the app is also by URL params, the filters get all cleared out when they come back.
Any thoughts on this?
I would do custom states again, but I’m using reusables. The navigation side bar and the “search and filter” are both separate reusables on a main page.