08-17-2023 06:46 AM
Hello everyone,
This video is a step by step tutorial of how to create HTML table in Microsoft Power Automate and email the table data. We will use Power Automate flows to create the HTML table from SharePoint list items using flow "Create HTML Table" action and add it to the email body. We will cover various filter query scenarios to get the tabular data from SharePoint list, send emails with dynamic content and add HTML table styling to the body of e-mail sent by the flow.
Thanks,
Reza Dorrani, MVP
YouTube
Twitter
watch?v=VnWg-Eox37Q
Thanks a lot, this helped me a lot.
Below is the text displayed at 15:30
replace(replace(replace(replace(replace(body('Create_HTML_table'), '<', '<'),
'>', '>'), '&', '&'), ''', '"'), '"', '"')
Hi Thanks a lot for the video. I would like to confirm for the last scenario, if it is Recurrence trigger, is there any good way(which action) to filter the status?