The idea of sending multiple SharePoint images to email from SharePoint in an HTML table with Power Automate is discussed in this text. It originated from a coworker who was using Power Automate to create a stunning table and send a weekly items report every Monday. However, we were unable to incorporate the image column from SharePoint into the HTML table. A HTTP request and Parse JSON were used to retrieve the image and we manually constructed an HTML table, which we then transferred to our SharePoint. Normal HTML steps were unhelpful at the time because they would not utilise the image's base64 output.
This method can be beneficial for a number of activities involving SharePoint and emailing. The approach to implementing an HTML table using Power Automate is efficient and accommodates a wide range of data types, including SharePoint images. The key is properly using HTTP requests and Parse JSON to retrieve the necessary image data. This allows sending comprehensive reports with visuals, increasing the effectiveness of communication.
Microsoft Power Automate is a powerful tool that allows users to automate tasks and workflows. This article discusses how to use the Power Automate to send multiple SharePoint images to an email in an HTML table. The process involves using a HTTP request and Parse JSON to retrieve the images, and then manually building an HTML table and writing it to SharePoint. It is also necessary to use the encodeUriComponent and replace functions, as well as a CSS code bracket. Power Automate can be a great timesaver when it comes to automating tasks with SharePoint images.
Send SharePoint Images by Email with Power Automate, SharePoint Image Column in HTML Table, HTTP Request and Parse JSON, Manual HTML Table, Power Automate Flow, EncodeUriComponent, Replace, Get File Content, Base64 Output.