Hello everyone, I am just getting started with Bubble and the first use case I need to implement is to load a page with content based on the value passed into the parameter. I have read a number of questions here and watched some YouTube videos, but I am still not able to address this simple use case.
I have a date type called Invoice-Display with fields {DocumentId, Amount, etc}
Say I have an index page that is reachable through www.domainname.com
What I want is to send someone a link of DomainName.com
And I want the page to load the record matching that ID, and I want to be able to display dynamic data based on the current Invoice-Display.
How do I make the association between the passed in URL parameter and my data type?
I have also attempted adding a Page load action as shown in this tutorial without success
Please any help will be appreciated.