Hi guys,
I have an app that I input data from a form to a sharepoint list and create a Gallery with it.
The app has 2 filters, one of date and one of status. I'd like to create button that sends an e-mail with the content of the filtered data only.
Is it possible? I've been trying to use the "Gallery1" within the HTML code of the e-mail but with no success. Is there a better way to do it?
Thanks in advance!
Best Regards,
Gabriel
Solved! Go to Solution.
Hi @Anonymous :
Do you want to send emails based on the content in the gallery?
I've made a test for your reference:
Office365Outlook.SendEmail(
"XXX@XXXXXX.com",
"Subject",
Concat(
YourGallery.AllItems,
"<Div>" &
"<p>" & Column1& "</p>" &
"<p>" & Column2& "</p>" &
"<p>" & Column3& "</p>" &
"</Div>" & "<hr>"
),
{IsHtml: true}
)
Best Regards,
Bof
Hi @Anonymous :
Do you want to send emails based on the content in the gallery?
I've made a test for your reference:
Office365Outlook.SendEmail(
"XXX@XXXXXX.com",
"Subject",
Concat(
YourGallery.AllItems,
"<Div>" &
"<p>" & Column1& "</p>" &
"<p>" & Column2& "</p>" &
"<p>" & Column3& "</p>" &
"</Div>" & "<hr>"
),
{IsHtml: true}
)
Best Regards,
Bof
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
202 | |
175 | |
62 | |
32 | |
30 |
User | Count |
---|---|
325 | |
268 | |
104 | |
74 | |
56 |