I'd love to see an enhancement for the Array Iterator to have a new Take function. If you have an array of 10 objects, you define in the workflow you only want to take 2 results. Currently you need to slice the array and set the start and end of the array. Not a big deal, but it would be nice to do it more simply. You also could add an OrderBy(x => x.[PropertyName]), OrderByDescending(x => x.PropertyName[) function to allow which end of the array the user is interested in.
Basically I'm requesting LINQ functionality commonly used in the C# ecosystem, which in my mind is insanely effective from a developers standpoint.
Maybe this is possible currently, I'm new to Make.com. Let me know your thoughts. If it is currently possible:
A) Show me the docs
B) Sorry for the duplicate post, my search didn't return anything.