Hi everyone,
I have a question, how can I create "Table" in a Office365Outlook.SendEmailV2 in the "body section", I'm going to show some example, beacuse it's no a table as I said, it's organized text.

This is the body that i want to create in the "body section", looks like table, but i would like to organized like that.
If(
DataCardValue89_1.Selected.Result = "CONTRATA";
Office365Outlook.SendEmailV2(
"diego.fajardo@prosegur.com";
"Cierre de contrato Aliado: " & DataCardValue95_1 & " / " & DataCardValue73_1.SelectedText.Value;
"Se informa mediante el presente el cierre del contrato " & DataCardValue95_1 & ", perteneciente al referido proporcionado por mi aliado " & DataCardValue50_2&
)
);;
SubmitForm(Form7_1);;
Navigate(
ReferidoGallery;
ScreenTransition.None
)
This is my code.
My required its organized, as you can see in the first pic, the title "Datos Aliado" and "Datos del referido contratante".
Is it possible to organized like that?
I'm going to waiting for your comments.
Best regards.