we are populating CDS table data into embedded canvas app.
Text fields are populating fine using this below formula
ddi_caseidentification: [@ModelDrivenFormIntegration].Item.CaseID,
ddi_casename: [@ModelDrivenFormIntegration].Item.'Case Name',
Is there a way to populate a lookup value from a CDS Table into a canvas text box? We used the below formula (where ddi_investigatorname is column in table B of text data type , user lookup is column in table A of lookup data type )
ddi_investigatorname : [@ModelDrivenFormIntegration].Item.'User Lookup'.'Full Name' ( we tried this, this is returning empty)
User Lookup is a column with datatype lookup in our CDS table and related table is "User"
Solved! Go to Solution.
ddi_investigatorname : LookUp(Cases, CaseID = [@ModelDrivenFormIntegration].Item.CaseID).'User Lookup'.'Full Name',
This helped
ddi_investigatorname : LookUp(Cases, CaseID = [@ModelDrivenFormIntegration].Item.CaseID).'User Lookup'.'Full Name',
This helped
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
186 | |
95 | |
62 | |
59 | |
58 |
User | Count |
---|---|
251 | |
164 | |
93 | |
79 | |
70 |