I think this may be a question for @david or @Mark
With a compound action containing a series of discrete actions, my expectation is:
a) The actions will fire sequentially (this appears to be true )
b) Each action will wait until the previous action has finished before firing (this appears to not be true )
Are you able to clarify what the expected behaviour should be?
And is it the same for all actions? (I can image some scenarios where blocking behaviour may not make sense)
I’ve been seeing some weird behaviour where actions appear to be tripping over each other or getting into race conditions. Most noticeably with Set Columns → Clear Values on input components. Quite often I’ll see that the component values are initially cleared, then I’ll see the next action fire, and then the component values are re-populated and cleared a second time. When this behaviour is combined with increment actions that affect component visibility, it plays havoc with the user experience.