Including an image as part of the body of an email is not as straight forward as you might like when you’re dealing with Power Automate. Including the image as an attachment to an email is an easy workaround, but,…
I came across an instance where I wanted to filter a REST API call on a SharePoint hyperlink field. However, this cannot be done using your traditional Odata filter. Therefore, I had to filter my query using CAML query. CAML…
If you ever need to extract the HTML content from a modern SharePoint Online page, there is a REST API call you can use. I decided to use this HTML content and automatically insert this into an email. Therefore, when…
Applying themes to SharePoint sites is nothing new. However, the way we apply themes to SharePoint sites in SharePoint Online has changed. Themes are an important part of company branding, so it’s often one of the first changes we, or…
There are many cases where you might need a user with read permissions to start a Power Automate flow from a SharePoint list or library. However, if the user has anything below contribute permissions on that list/library, they won’t see…
I have to thank the Power Apps guru Shane Young for the inspiration behind this post. If you haven’t watched any of Shane’s videos on YouTube, I urge you to check him out. He is full of great tips for…
I covered how to update properties of a file or list item in SharePoint without affecting the version history in a previous post, however, I received a 502 Bad Gateway error when the file was in a major version and…
There have been numerous instances in my flows where I have needed to update the properties of SharePoint files or list items, but I did not want to add to the version history. You can achieve this by calling the…
As you may or may not know, right now you cannot choose a list dynamically in some of the SharePoint actions in Power Automate. Anything that involves Power Automate loading the list item or file properties into the UI cannot…
It all seems so simple, but there are many steps to follow to programmatically achieve what takes a few seconds to manually carry out. So why bother when it’s so simple to manually do these tasks? Well, I wanted to…