Thanks for the reply. This doesn't work, either though:
LookUp(Orders, 'Order Id' = [@ModelDrivenFormIntegration].Item.'Order Id']).'Account Order'.'Account Name'
I can retrieve all fields from the Order but no related entity fields. So, for example, this works:
LookUp(Orders, 'Order Id' = [@ModelDrivenFormIntegration].Item.'Order Id']).'Created On'
This fails to return any data:
LookUp(Orders, 'Order Id' = [@ModelDrivenFormIntegration].Item.'Order Id']).'Account Order'.'Account Name'
On the Account entity in CDS I have a One-to-many relationship to my Order entity.
On the Order entity in CDS I have a Many-to-one relationship to the Account entity.
Thanks again,
Dan