I’d set a branch at the start of the later actions and check a bool you can set at the end of the previous action. So, trigger 1 action happens and sets ‘Did1Trigger’ to true. Trigger 2 has a branch checking ‘Did1Trigger’ and does nothing on False and executes on true. Also at the end of the action on true you would set ‘Did2Trigger’ to true and repeat for all triggers.
Might be better ways others know of, but that should work to start.