Has anyone successfully made a second field default to a particular value based on the selection in a first field (or default a value based on an if/then statement)? This is in an action request. Specifically, we are looking to do something like this:
If name change reason is "NICKNAME", then user field ChangeFormerName = N, else if name change reason is "CHANGE NAME", then user field ChangeFormerName = Y.
I am able to default an initial value and then apply a constraint to the ChangeFormerName field that would force a user to change it, but only for one value of change reason. But I haven't been able to get any if/then statement working, despite various formatting strategies.
This group has been great - thanks in advance for any suggestions!