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 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