
Hi, I have created a custom view for Price entity, by adding the related field from Product entity.
However, when I try to display it inside the canvas apps, the View inside the table doesn't show the related field from Product entity. Why is that? the data source is Price entity.
Hi @NurNina ,
Do you mean the Related Field from your Custom Entity View could not be displayed in your canvas app?
Based on the issue that you mentioned, I have made a test, and the issue is confirmed on my side. I think the Related field in custom Entity View is not supported in PowerApps Canvas app.
If you would like this feature to be added in PowerApps canvas app, please submit an idea to PowerApps Ideas Forum:
https://powerusers.microsoft.com/t5/Power-Apps-Ideas/idb-p/PowerAppsIdeas
As an alternative solution, you could consider reference the Related field value directly through the LookUp field as below:
Note: The 'Normal Contact' is a LookUp type field in my CDS Entity, which reference records from Contacts Entity.
Best regards,