Isn’t the step limit 250? So I have a step that return an object of 500 items and need to loop over
Isn’t the step limit 250? So I have a step that return an object of 500 items and need to loop over each item to make another external api call and do further processing, I can’t have a nested step inside the for loop to process each item? Since it sounds like I’d hit the step limit

