How to get the old value of user profile fields like (First_Name, Last_Name, Bio, Company etc...) after triggering "User.BeforeUpdate" Automation Event.
How to get the old value of user profile fields like (First_Name, Last_Name, Bio, Company etc...) after triggering "User.BeforeUpdate" Automation Event.
You'll need to do a call to core_v2_user.Get for the user & check the data it returns... that's the old data before the update is applied.