I have a rather complex php code entry in a code field.
It is doing it's job and the proper results are being calculated and displayed;
However, now I need to store the returned value into the database field.
I selected onAfterUserUpdate for the trigger (although I'm not 100% sure that is the proper one ... not sure how that is different from onAfter Update user or one of the profile triggers).
Then for the action, I set:
* Field - the field that I'm trying to set (field1)
* Operator - Set (Field = Value)
* Value - the same field name ([field1]) using substitutions
However, the value is still not being set.
What is the proper way to do this?
What is the proper value field substitution to use the calculated value?