Power Automate: compare Items in multiple Arrays without Apply to each

Why? In one of my previous posts (Power Automate: combine values from an Array without an Apply to each » Knowhere365), we saw that we can combine values from an array without an Apply to each loop. With the same type of approach, we can also compare items in two different arrays. Should we want … Continue reading Power Automate: compare Items in multiple Arrays without Apply to each

Power Automate: combine values from an Array without an Apply to each

Why? In one of my previous posts (Power Automate: get value from Array » Knowhere365), we learned how to reference a property of an Array immediately using the integer index that an Array always has. However there are some cases where we get an Array with multible Objects in it and we want to combine … Continue reading Power Automate: combine values from an Array without an Apply to each

Power Automate: get data from email body

Why? I recently was invited to join Jon Levesque on his Youtube channel for a small topic on the Power Platform. I have been wanting to blog about this for a while now but a video may be even better for explaning purposes 💪 What? This post is just to reference the video and make … Continue reading Power Automate: get data from email body

Power Automate: get value from Array

Why? In my previous post https://knowhere365.space/power-automate-use-own-array-to-loop-actions/, we used an own Array to loop through data a variable number of times and perform the same step the same variable number of times. Now we want to get data from that loop and use this data outside the loop. What? This post will show how we can … Continue reading Power Automate: get value from Array

Power Automate: use own Array to loop actions

Why? Sometimes you want to do the same set of actions on a variable number of items AND each item will have its own variable values for properties... instead of using a Switch control where you would have to define the variable options of items, we will create our own Array and use that Array … Continue reading Power Automate: use own Array to loop actions

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