
In the make.powerapps.com portal when customizing a table in D365 crm I am adding a subgrid to a form and have run into a bug with the view selector.
In this environment we have added an "Approvals" table, and there is also an "Approvals" table from an MS solution. When selecting the table for the subgrid it shows the correct one (schema name) however the views it allows me to choose from are related to the MS Approvals table. I double-checked it was the correct table / relationship as this table doesn't actually have any relationship to the MS table.
Additionally, if I use the classic interface I can see the correct views and add to the form as expected.
It appears that the way it get's the views might be by table display name and not the logical name?
For now I will continue to use the classic interface I guess for this table.