Hi,
So I have a sharepoint list with several items (a lot of items in the future)
Instead of using 'Apply to each' on all of them I wanted to filter first since only specific ones are going to be potentially changed.
The 'changing' value is true if it's going to be changed by the flow and false if it isn't.

This was my original thought but then I realized there were two problems.
First off, when I used 'Apply to each' on the filtered array, none of the variables that the sharepoint list existed from the variable.

The second problem is that I don't know how I would update the sharepoint list.
The reason I'm doing this is because the 'Apply to each' function takes too long even with only 7 items. When it's at its shortest speed its fine but it varies in times between 1 minute and 9 minutes which is rather annoying.
Anyone know a solution? Or an alternative method of speeding up an 'Apply to each' function?
Currently it seems to be taking 3.5 minutes to go through 7 items (which all should immediately end because of 'Contition 6' being false....