Hi!
I have one page with a list of ~100 links. Each link is supposed to go to a dynamic page with accordingly different content but same layout. I want to define the link+destination itself manually via some form of unique ID.
I tried using the go-to feature and sending data via “search for x” (tried uniqueID, index, title etc.) but nothing worked - it didn’t render the right thing.
Example:
How can I tell the link/ destination page what thing to render?
That will push the user to the page www.yourapp.com/supplement_page/17653553x8383838
OR if you attached a SLUG to the THING, it’ll go to the slug instead: www.yourapp.com/supplement_page/your-slug
Also, doesn’t really matter, but for SEO and best practices you should use hyphens for spaces on URL paths, and underscore for URL parameters (like ?page=some_page and your path should be www.yourapp.com/supplement but if you wanted page as well, then www.yourapp.com/supplement-page)
Thanks for your replies! @GH5T I don’t have a current cell because there is no repeating group. I just want to send a static ID per link to the links destination page. Or do I need a repeating group in bubble to do this?
It seems to expect a list:
@thisRehan passing the unique ID also doesn’t seem to work: