Are actions sequenced?

I have a list of Actions when a user clicks a button. Are they performed in sequence, or are they all done at once?
eg.
Consider a button called called “Calculate”
I built the following actions into the button when it is clicked:

Action #1: update user > value: input A + input B
Action #2: update user > strength: “user value” * input C

Would Action 1 be performed before action 2?

Thank you,

Greg

Hi Greg, they are done in sequence.

1 Like