My app is no longer able to traverse related entities to retrieve field values.
I.E.
If the data model is:
- Account has many Contacts
The objective is to retrieve the account name for all Contacts.
I would create a gallery with the items property equal to Contacts and create a text field within the gallery which has the following query for the text property:
ThisItem.Account.name
The above query was working and was part of the release in One-to-Many Relationships for Canvas apps (https://powerapps.microsoft.com/en-us/blog/one-to-many-relationships-for-canvas-apps/).
This is currently working in the published app, but in while in build mode, the values are null.
I need to release a new version of the app, but cannot because of this issue.
Other things to note:
1.) I am working with custom entities created in Dynamics 365.
2.) I am able to query for ThisItem.Contact, but can no longer retrieve any values from the Contact table.
Please Advise,
Thanks

Report
All responses (
Answers (