I'm building a model driven app with a menu consisting in responsive Canvas Pages, one for each table and table forms for the detail page of each table. I'm using custom pages because I'm building an easier experience with custom filters, way faster to set compared to the default UI the table view.
For the moment, I'm only able to navigate to a specific record of the table: Navigate(ThisItem) and to navigate to the default view: Navigate(TableName).
Is there a way to move from one custom page to the other using the Navigate function?
Thanks in advance.