Hi All,
I have 2 separate quires here that is I separate them out I can send them using the 'SendEmail' function with no issues, however, I would like to see both sets of data when I use the email function. I got this far but when I receive an email the body of the text is just 'false'.
Any help would be appreciated.
Thanks in advance!
Query in question:
Office365Outlook.SendEmailV2("emailaddress@eamil.co.uk","Subject",Concat(ListBox2.SelectedItems,'SSR Checks',",") && Concatenate(RichTextEditor1.HtmlText,""))
Solved! Go to Solution.
Hi @Anonymous ,
Please try below code
Office365Outlook.SendEmailV2("emailaddress@eamil.co.uk","Subject",Concat(ListBox2.SelectedItems,'SSR Checks',",")&""&Concatenate(RichTextEditor1.HtmlText,""))
If this post was helpful or you need more help please consider giving Thumbs Up and Tag me in your reply I'll be happy to help. If this post helped you solve your issue please click Accept as solution and provide Thumbs Up. This will help others find it more readily.
Hi @Anonymous ,
Please try below code
Office365Outlook.SendEmailV2("emailaddress@eamil.co.uk","Subject",Concat(ListBox2.SelectedItems,'SSR Checks',",")&""&Concatenate(RichTextEditor1.HtmlText,""))
If this post was helpful or you need more help please consider giving Thumbs Up and Tag me in your reply I'll be happy to help. If this post helped you solve your issue please click Accept as solution and provide Thumbs Up. This will help others find it more readily.
Worked Perfectly!
Thank you!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
197 | |
47 | |
43 | |
41 | |
36 |
User | Count |
---|---|
285 | |
81 | |
80 | |
79 | |
71 |