HI everyone,
Created a simple flow using the dataverse list row node and the phone call table as seen in the screenshot.
The following expand query lookup createdby($select=fullname) to the user table does not work in the dynamics365 production environment but the same flow replicated in a sandbox environment does work.
The same flow also works with any other table (you could try it with the accounts table for example) in the dynamics 365 production environment.
The following error will eventually display if you try it to run the flow in the dynamics 365 production environment
"Unable to cast object of type 'Microsoft.OData.Edm.EdmUnknownEntitySet' to type 'Microsoft.OData.Edm.IEdmEntitySet'."
Any help would be much appreciated
Best,
Michael