Hi All,
I have an embedded canvas app on the Model driven crm form.
I want to get the data of a related entity using LookUp formula and set it into a variable
Below are the entities i am using -

AgriStocks is the main entity on which the embedded canvas app is created.
Financial Informations is the related entity to Agristock. Financial Informations is a lookup on the AgriStock entity
i have tried the below formula in the onvisible property of the FormScreen and tried to display the value in a variable.
But it does not display anything in the label. Label is always blank.
Onvisible property of formScreen
Set(FinancialInfoRecord,LookUp('Financial Informations','Financial Information (ice_financialinformationid)'=[@ModelDrivenFormIntegration].Item.'Financial Information'.'Financial Information (ice_financialinformationid)'))
Text property of Label
FinancialInfoRecord.Name
Any help would be appreciated.