Figured it out. For some reason, nothing likes the this part of the patch. Seems to not recognize the ".Mail" part.
Email: cmb_OSARC.Selected.Mail
Also I turned it into a "TABLE". It patches the Sharepoint Column and also my PowerAutomate works as well. The PowerAutomate sends an email to the person selected in the Combo Box.
Patch('Front Desk Messages',
Defaults('Front Desk Messages'),
{
Title:txt_ContactName.Text,
'OSARC Contact':
Table(
{
Claims:"i:0#.f|membership|" & Lower(cmb_OSARC.Selected.DisplayName),
Department: "",
DisplayName: cmb_OSARC.Selected.DisplayName,
Email: cmb_OSARC.Selected.DisplayName,
JobTitle: "",
Picture: ""
}
),
'Contact Date':Date_Contact.SelectedDate,
'Contact Time':txt_ContactTime.Text,
'Contact Phone No':txt_ContactNumber.Text,
'Contact Email':txt_ContactEmail.Text,
'Contact Message':txt_ContactMessage.Text
}
);
Reset(txt_ContactName);
Reset(cmb_OSARC);
Reset(Date_Contact);
Reset(txt_ContactTime);
Reset(txt_ContactNumber);
Reset(txt_ContactEmail);
Reset(txt_ContactMessage)
No luck with anything I do. See attached and below code.
WarrenBelz
146,651
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional