Is there an easy way to add a bunch of actions within a loop that are outside of a loop? I often run into this issue where I'll build something to test one entry, and the workflow gets big. Then I know it works and now I want to work all entries within a loop. But moving everything within a loop seems impossible unless you manually do it from scratch recreating it.