MD5

MD5 This function converts the specified string into a 16-byte MD5 hash hex value. Arguments MD5(1,2) Ordinal Type Required Description 1 String True String to convert 2 String False Character set to use for character-encoding. Valid values are UTF-8 (default) and...

DateAdd

DateAdd This function returns a date with the specified number interval added to the specified part of the date. Arguments DateAdd(1,2,3) Ordinal Type Required Description 1 Date True The date to adjust 2 Number True The interval to add 3 String True The part of the...

SHA1

SHA1 This function converts the specified string into a SHA1 hex value hash. Arguments SHA1(1,2) Ordinal Type Required Description 1 String True String to convert 2 String False Character set to use for character-encoding. Valid values are UTF-8 (default) and UTF-16...

DateDiff

DateDiff This function returns the difference between two dates based on the specified date part. Arguments DateDiff(1,2,3) Ordinal Type Required Description 1 Date True The start date from which to subtract 2 Date True The date to subtract from the start date 3...

SHA256

SHA256 This function converts the specified string into a SHA256 hex value hash. Arguments SHA256(1,2) Ordinal Type Required Description 1 String True String to convert 2 String False Character set to use for character-encoding. Valid values are UTF-8 (default) and...

InsertData

InsertData This function inserts a row in a Data Extension with the specified column name and value pairs. It returns the number of rows inserted by the operation. Arguments InsertData(1,2,3,[4a,4b]...) Ordinal Type Required Description 1 String True Name of the Data...