Hi PowerApps professionals:
I have a model-driven app in PowerApps, an Entity called "ProjectInfoList". Within the Entity, there's a customized Views called "NewView". And there's a default Main Form under Forms when the Entity is created.
On the front-end page, I could see the data list of records through "NewView". By clicking the link text of one data record, it opens the default Main Form to show record details.
Later, I created a customized Main Form called "NewForm". On top of this change, when I click the link text of one data record on the front-end page, it automatically opens the Main Form "NewForm" that I created to show the record details. It has different set of fields and different format to the Entity's default Main Form.
What I would like to get is: when I click the link text of one record, it could open the Form that I assigned, either the default Main Form or the created "New Form". In another words, I expect View A can navigate to Form A, View B can navigate to Form B, all of them are from the same Entity.
Can anyone share the way how to achieve this goal?
I searched many resources online but failed to see a proper reference.
Thanks in advance!
