What is the benefit of running mapped tasks beside...
# ask-community
a
What is the benefit of running mapped tasks besides the batched api request? I'm running into a scenario where I want to map over
run_deployment
--> get the results, and then map over another
run_deployment
with parameter values populated from return of the previous map task. It's turning out to be kinda inflexible, and I'm thinking of just not doing the mapping in favor of running a loop (iterables are only max 20)