i understand from the manual that when u have a sequence of actions, when an action hits an error all actions before are not reverted.
I have a sequence of actions, the 1st one modifies an existing thing, the 2nd action modifies the same thing but different fields, what if the 2nd action hits an invalid error because the inputs corresponding to this action was empty? will the 1st action still be executed?