About URL parameters

Hi everyone,

so I am a bit confused about navigation in bubble and was wondering what would be the best way for my specific case.

For context: I am building a project management tool that handles big video files (1-5GB) on each project. I have a main overview page listing all the projects and then sub pages with more detailed information about the project, including the video files.

My question is: If I were to use URL parameter navigation and have everything on one page, would bubble load each video file associated with a project when I am opening the app? Obviously that would not be ideal.

So my thought process was to create a completely new page and link that to its corresponding project.

What would be the best way to go about this?
I hope that makes sense, would love to get your thoughts on this!

Thanks so much,
Max

1 Like

Not if you setup conditionals so it doesn’t…simply make the that displays those values datasource empty by default and then use conditionals based on URL parameter to set the datasource.

Create the new page and then have an action on the other page for when the thing is clicked to select which course and use the go to page action to navigate to the other page with just the course.