Power Automate: results of an HTTP request

Why? The results of an HTTP request in Power Automate Flows are returned in JSON format so how to read the results and use it in the different possible ways? What? This post will provide some useful examples on how to handle the results of an HTTP request. How? The starting point is an HTTP … Continue reading Power Automate: results of an HTTP request

Microsoft Flow: Copy OneNote Notebook

Why? Let's say we have a template library and we have a OneNote Template Notebook in there that we want to use as a template for other libraries or sub folders. It should be very simple like my previous post (view it for related info like used variables below) : https://knowhere365.space/microsoft-flow-create-a-file-based-on-another-file-in-sharepoint/... when you realize that … Continue reading Microsoft Flow: Copy OneNote Notebook

Microsoft Flow: attach multiple files from SharePoint to Email

Why? Again we should ask: "Why do you want to email something from SharePoint" multiple times, but let me show you how in case we would need to send multiple attachments. What? In the previous post (https://knowhere365.space/microsoft-flow-attach-a-file-from-sharepoint-to-email/) we already managed so send one attachment in an email and now we will step the game up … Continue reading Microsoft Flow: attach multiple files from SharePoint to Email

Microsoft Flow: attach a file from SharePoint to Email

Why? Even though we always should ask: "Why do you want to email something from SharePoint" multiple times, there may be some valid scenarios where we want to achieve an automated mail with one or more documents attached. What? In a previous post (https://knowhere365.space/microsoft-flow-create-a-file-based-on-another-file-in-sharepoint/) the basic actions about getting file data and content were explained … Continue reading Microsoft Flow: attach a file from SharePoint to Email

Microsoft Flow: create a file based on another file in SharePoint

Why? One of the very first human actions you would want to automate is the creation of files; wheither it are new documents based on a template or copying documents from location A to location B. What? This post will be a basic explanation of the very first way, it was possible to create documents … Continue reading Microsoft Flow: create a file based on another file in SharePoint