The navigation bar seems to just use static pages. In some cases I want the link in the navigation bar to correspond to the active record. Is there a way to do this with the native navigation bar or do I need to create a block and build my own navigation logic into it?
Hi @dylanthered,
Just to confirm, do I understand correctly that the content of the list detail page (where you intend users to be redirected from the navigation block) should dynamically change based on certain parameters?
If so, you can simply add the detail page to the navigation like you would with any other page, and then apply conditional filters directly to the list detail block. This way, it will only display data that matches the specified filter conditions.
Please check out this article for more details on how to set up conditional filtering.
Let me know if you need help setting it up!
No, sorry, I wasn’t clear. My dataset is more complex. On my details page I have a block that shows records from a join table in Airtable. When I click to view the details of one of the records from the join table I want to get back. The navigation bar that’s native won’t work because when I click to get to the Details page it doesn’t know for which record.