Hello,
I'm trying to improve the speed / number of actions of my flows and have run into one obstacle which I can't find a solution to.
In this flow I send a batch request to get the version history for an array of sharepoint list items.
I loop through the resulting array of version history arrays.
For each of the version histories I use a select action to isolate the editors.
I merge this array of editors with itself to remove any duplicates and then I join it to create a string.
I would like to remove this for each loop as it's going to make the number of actions balloon as the number of sharepoint list items increases.
Can anyone think of a workaround to avoid this loop?
Thank you