I have a quite a heavy flow that i would like to optimize if possible. My question is weather its possible to speed up the apply for each function?
Basically what happens is that i have value x from a column in a document library. I then asks it to match value x with value Y in another documentlibrary and Value x and Value Y are both unique in their libraries.. Then i ask it to preform certain actions. It works great, but takes forever.
I come from the SQL world so for me this is action should be fast, but its not... I get a feeling it goes through and fail on all actions where there is no match, rather then retrieve a list of matches and then apply, if you get what i mean.
The flow currently looks like this: