Hello together,
Maybe anybody has an answer for me on how I could solve my problem.
I'd like an answer button in my power app that launches onselect an outlook window with its values. This is my onselect-command:
Launch("mailto:" & ListeMails2.Selected.Absender; {cc: ListeMails2.Selected.CC; subject: ListeMails2.Selected.Titel; body: ListeMails2.Selected.MailBody}).
This unfortunately doesn't open a new mail in Outlook. If I replace "ListeMails2.Selected.MailBody" with "Hello World" it does what I want.
Some more information:
The database is a SharePoint list with a field with rich-text enabled.
Maybe you have some ideas.