Hi,
I've got numerous auto actions that should fire off when a user logs into the website - essentially the auto action will look at their USA CB state code and based on that state code it will assign them a certain field value to another CB field. For instance, if my state code is CA then it will assign a value of D7 to another CB field. This used to work for many years but it seems that it isn't working any more.
In the above you can see which triggers are used.
This page checks to see if an override field is empty in the 1st condition and then the 2nd condition checks the state code. My understanding with conditions is that if the first condition is true then the 2nd condition is executed and if that is true as well then the actions are triggered.
In the last attachment, the 1st action sets the field to blank, and the 2nd action sets it to "D7".
As I mentioned, this used to work but for some reason it has stopped working. I have 8 of these auto actions that check the various state codes and then assigns a value to another field based on that state code.
I have some other auto actions that are similar and those seem to be working - see below - the major differences are the triggers I believe.