Making a canvas app using a Dataverse table. I have a combobox that allows for a user to pick a user-ID for a report form. It will automatically populate their basic information in other fields. After they make a submission of a report, I need it to default to the employee ID of the item selected in the gallery (for display specifically).
The DATACARD properties:
Items: 'PIT Operator Logs'
Display Fields: ["crfb2_empid", "crfb2_lastname"]
SearchFields: ["crfb2_empid"]
Default: ThisItem.'Emp ID"
Update: combo_ID.Selected.'Emp ID'
The COMBOBOX properties:
Default: ThisItem
DefaultSelectedItems: Thisitem
Nothing populates the field on display. And whatever I've tried has been useless. I removed the Employee definition for the Datacard Update property, but it gave me an error.
As for the combo box, it does not matter what I do but if I add anything such as 'Emp ID', it gives an error.
Any help would be greatly appreciated. Thank you.