Let's say I've got the scenario where I'm building out a way for users to enter Company records, and their corresponding Users. There's a myriad of ways in which this workflow can go down, but let me preset two for your consideration:
When presented with these options... almost every time option 2 is selected.
But this means I've got loops all over the place...
and while this makes using the app easier... it really adds to the action overhead quite fast - considering the fact that each looping implementation needs at minimum 3 actions (New, Loop, Repeat).
-----------------------------------------------------------------------------
I humbly ask for an easier way to accomplish this feat
I don't know what that would look like... perhaps a dedicated new action-type that allows you to iterate with things?
I also ask that this works not only client-side (through actions), but also server-side (through automation) - executing the lists in series, one-after-another, so as to preserve any sort of serial logic in place.
---------------------------
As always, thanks for considering