Hello All,
I have a screen with gallery connected to 'Status Update' Data source. (Screenshot 1). 'Status Update' is an entity in Dynamics 365 organization.
On click of (>) arrow button i want to show the record details. I have tried it through D365 connector and i am able to show the selected record details on other screen. However the lookup fields in the details screen is a drop-down field.
We have requirement to convert it to proper lookup field. So we have replaced a details screen with custom screen where we have created our own fields and populating the data of selected record.
On click of (>), we are executing below command to store all data in editStatusUpdate collection.
ClearCollect(editStatusUpdate,{statusupdate :Gallery4.Selected});
We are able to populate only string and date field but we are not able to populate lookup field. The 'editstatusUpdate' collection wont have the lookup details. (screenshot 2)
Please suggest the way to populate the lookup details in the text fields.
Thanks in advance.
Jayesh.