Today my event page is using parameters (parameter event and parameter event date) but I would like to update it to /event-name-date. I tried to set the type of content of the page but on this field it only gives me native bubble db options.
My app is about event tickets, and today we have the page “date” and the page “event”. The page date has the event parameter and you can select the event date on the page witch redirects you to the event page with event and date parameter. To switch to path as you said, I would need just to replace parameter to paths (1 for event and 1 for date) or do I need unique paths for each event date?
You could access the list of “paths” on the URL using the “Get data from URL”, but in the “Path segments as list” option instead of only “Path”.
This would give a list of texts like [“events”, “event_name”, “event_date”] on the case above. Them you can choose an item on this list to use as you desire.
Here you can see that from the date page I send the event as a path as you suggested but then I need to send other 2 parameters as path, how do I do it?