Hello
I stumbled upon a problem.
I did the following:
- Add a link to a new page in the action bar of a table block
- Passed some parameters through the URL of the current record
- Created a markdown block on the new page, to show a parameter, in this case the title of a project.
Problem:
Only the first passed parameters show when opening the link to the new page. When you go back to the page with all records, open a new link, the markdown block does not refresh the title.
I showcase it in this video on my test app:
These are the set parameters:
This is the markdown block on the new page:
Only after a page refresh, the markdown block shows the correct title.
Even better than a markdown block with variables, would be a dynamic table block title.
Use case:
I want to show a project title (and some filtered blocks) on a new page. Without opening a popup because this can slow down the app when constantly opening popup after popup on the same page.
When creating a popup though, the markdown block title works when opening records. I’d like to stay away from popups.