@Griffin_C I am providing you the current code that I am using. Can you please make the required changes and send it to me. Would be a great favor.
If(IsBlank(TicketNumberFormEscalation.Text)
Or IsBlank(ClientATTUIDFormEscalation.Text)
Or IsBlank(ContactNumberFormEscalation.Text)
Or IsBlank(ReasonFormEscalation.Text)
Or IsBlank(RemarksFormEscalation.Text),
SubmitForm(FormEscalation);
Refresh(lista_tickets)
,
Office365Outlook.SendEmail("escalations.att@dxc.com, attgsdindiasmemb@dxc.com, attgsdindiasme@dxc.com",
"Escalation - Ticket: " & TicketNumberFormEscalation.Text,
"<h2>New ticket generated </h2>
<p><br />Ticket Number: "& TicketNumberFormEscalation.Text &"</p>
<p>Client ATTUID: "& ClientATTUIDFormEscalation.Text &"</p>
<p>Contact Number: "& ContactNumberFormEscalation.Text &"</p>
<p>Reason:</p>
<p>"& ReasonFormEscalation.Text &"</p>
<p> </p>
<p>Remarks (Opt.):</p>
<p>"& RemarksFormEscalation.Text &"</p>
<p> </p>
<p>Created by: "& UsuáriosdoOffice365.MyProfileV2().displayName &" / "& UsuáriosdoOffice365.MyProfileV2().mail &"</p>
<p> </p>
<p>Sent automatically by Helpdesk Operator App.</p>",{IsHtml:true});
SubmitForm(FormEscalation);
Navigate(ScreenMenu);
Refresh(lista_tickets)
)
Please see attached app interface and email output as well