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!
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
192 | |
67 | |
46 | |
41 | |
22 |
User | Count |
---|---|
252 | |
122 | |
84 | |
80 | |
71 |