I have a model driven app.
In the data list view (Public View default) of the app, when a record is clicked / db-clicked, I would like to navigate to a specific page.
I have read the documentation Override the default open behavior of data rows in an entity-bound grid
I follow all steps. But it doesn't work and I don't understand the documentation.
This is the legacy way, it is not recommended
Try the modern command customization here:
Modern Commands - learn.microsoft.com
Only the modern commands support Power Fx (the language also used in the formulas of Power Apps Canvas Apps). The classic "commands", which is the way you were using, do not support Power Fx, they have to be customized with manual code, and with separate specific tools, so they are more difficult to work with and it's not recommended to use that way anymore, it's better to use Modern Commands instead.
See if it helps @ynaing
Thanks for your reply.
And still, could you please advice me how to do the following scenario in modern way.
- User view data list (Public View default)
- On click / double-click a record
- I would like to navigate custom canvas page (I have already created custom page)