I am generating a list of links from a collection in repeating divs.
example: Topic1, Topic2, etc
I would link to add a link to the div that goes to that specific page, but when I add, for example, “Topic1” in the formula it does not navigate. It opens a new tab and defaults to home page.
If you want to use a generated path you can use the new path mode on the change page action.
Toggle the path mode and bind the path you want to navigate. If the path match one of your configured page it will successfully navigate
Page id if you dont use the path mode yes! Some people need to use a path it’s why we added the option. But if you know the id of the page you want to redirect its better to use them. You can bind it from the explorer, we expose every page with their ID
For the path mode, it must be the absolute path, and yes you should include the lang if you want to redirect to a given lang. You can bind the current lang so your user remain on the same lang as the page he is redirected from
Thank you very much, Alexis.
I used the path option, which works fine.
I noticed that it worked the same way in the direct “link to URL” alternative (instead of the “change page to path” workflow). If you confirm this, using the same term (aka Path) everywhere would be more consistent imho.
Its not really the same. I think link to URL can be used for external link. And for internal links. it will not handle as many case as change page. Some will not work in the editor (for example linking to a page with a dynamic path)
But yeah we have probably something to do with the lack of consistency between both way to navigate, thanks for your feedback