Any help would be appreciated here.
I am trying to get the Field value of the Lookup type Entity (Customer Assets) through the ModelDrivenFormIntegration (Work Order) in a Canvas App.
Below is the formula that I am applying
LookUp(
'Customer Assets',
'Customer Asset'=[@ModelDrivenFormIntegration].Item.'Primary Incident Customer Asset'.'Customer Asset'
).Name
"[@ModelDrivenFormIntegration].Item" refers to the Work order table.
I am able to see the Customer Asset's name in Canvas app.
However, when i Saved and Published it, not able to get the same value in the D365 Field Service.
We have already tried solution such as adding timer and updateContext but nothing seems to be working.