Hi All,
in my incident form in Model Driven app, I am trying to embed Canvas apps. In the Canvas app I'm trying to retrieve the product name, the field of the product is lookup,
I tried many ways and they all returned an empty result in the form:
LookUp(Products, Product = GUID(ModelDrivenFormIntegration.Item.Product.Product),Name)
LookUp(Products, Product = GUID([@ModelDrivenFormIntegration].Item.Product.Product),Name)
LookUp(Products, Product = GUID(First(ModelDrivenFormIntegration.Data).ItemId)).Name
In the preview of the application the result returns correctly (In each of the above options except the last one):
In the form of Model Driven App the values are empty
I would appreciate your help, what am I missing?