IS_UPDATE
Description
Returns TRUE if the current action is an Update, otherwise, returns FALSE. In an Upsert process where Use Salesforce Upsert API is unchecked, DSP performs matching based on the Target Matching Field and separates records into Insert and Update actions. Use this function to apply different transformations depending on whether a record is being inserted or updated.
Syntax
IS_UPDATE() -> Boolean