I am building a pretty intense program and was wondering if you add multiple choices to "Change Program Status" do they override each other?
Example:
Program statues are: Sent email 1, Open email 1, Clicked email 1, Converted from email 1
Add choices would be
choice 1: if Sent email 1, change program status to Sent email 1
choice 2: if Opened email 1, change program status to Opened email 1
choice 3: if Clicked email 1, change program status to Clicked email 1
choice 4: if converted from email 1, change program status to converted from email 1
The only way you can get to choice 4 is by completing the previous 3 steps.
My question is will the flow stop after choice 1 is completed or will it update/override the previous status with the next choice. i.e if a customer clicks in email 1 will their status be Sent email 1 or Clicked email 1?