@Tj7933
Firstly, please post code in Text - the below is OCR'd, so watch spelling etc. Assuming currentUser is a Variable of Person type, are you saying the below does not work ?
Patch(
colTimesheetDetails,
{ID: ThisItem.ID},
{
'START - Date': dpStartDate.SelectedDate,
'END - Date': dpEndDate.SelectedDate,
'Start Hour': Value(txtStartHour.Text),
'End Hour': Value(txtEndHour.Text),
'Non-Event Related Work Hours': Value(txtNRHours.Text),
'Lunch Break': ckbLunch.Value,
'Travel Status': ckbTravel.Value,
'Lunch Delivered': ckbDeLiver.Value,
'Additional Information': txtDetaiLs.Text,
'699 - Day Off': ckb699.Value,
Employee:
{
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
Claims: "i:0#.f|membership|" & Lower(currentUser.Email),
Department: "",
DisplayName: currentUser.FullName,
Email: currentUser.Email,
JobTitle: "",
Picture: ""
}
}
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps