Hi
Is there any reason why this is creating a new record. Title does exist in the table and the value matches too?
Patch(CB_Job_Tracker,
LookUp(CB_Job_Tracker, Title=JobGantt.Selected.ProjectId,
{
'UM Planning': ComboBox6.Selected.DisplayName,
Date_of_Job: JobStartDatePicker.SelectedDate,
Description: DataCardValue23.Text
}
));