Hi. Thank you for your advices before . Now I change it little bit and I have something like this :
Office365.SendEmail("michal.vasko@hatch.com", User().FullName , HtmlText1.HtmlText, {IsHtml:true})
Problem is with HtmlText1.HtmlText because it says that is invocation or unknowm or unsupported function and I cannot find the solution to this problem.
My HtmlText1 consist of :
<b> First Name :</b>" & DataCardValue18 & "<br>" &
"<b> Second Name :</b>" & DataCardValue19 & "<br>" &
"<b> Type of Visit :</b>" & DataCardValue20.Selected.Value & "<br>" &
"<b> SIte Status :</b>" & DataCardValue21.Selected.Value & "<br>"
But this should be fine.

Report
All responses (
Answers (