Read items from Array in Power Automate
Let us consider we have array [1,2,3] and want to read each value in Power automate.
Let see how we can read array in Power Automate
Step 1- Create array (here you can use your array)
Here I have array [1,2,3] and now I want read each value of array in loop
Step 2 – Add apply to each step
In a apply to each step, Add output of array. In this case we have compose.
Step 3 – Add action compose and use expression item() to read array from compose
Now Save and try to run the flow.
In this way you can read value from array in Power Automate