Now

Now This function returns the current system date and time or the date and time of the original send. The date and time returned is Central Standard Time (CST) without any adjustments for daylight savings. Arguments Now(1) Ordinal Type Required Description 1 Boolean...

LookupRows

LookupRows This function returns a set of unordered rows from a Data Extension. Arguments LookupRows(1,2,3,[4a,4b]...) Ordinal Type Required Description 1 String True Name of the Data Extension from which to return rows 2 String True Name of the column that identifies...

SystemDateToLocalDate

SystemDateToLocalDate This function converts the specified system date/time into the local date/time. Arguments SystemDateToLocalDate(1) Ordinal Type Required Description 1 String True The date to convert Example %%[ var @systemDate, @localDate set @systemDate =...

BuildRowSetFromXML

BuildRowSetFromXML This function creates a row set from an XML string. It returns an error or an empty row set if no XML matches the specified XPATH. Arguments BuildRowSetFromXML(1,2,3) Ordinal Type Required Description 1 String True Source XML string to parse 2...

WATP

WATP This function represents an ordinal placeholder for parameter values configured in the WAT string(s). It can only be set as part of the WAT string configuration by Marketing Cloud Support. Output is included in the result of the WAT function call. See the WAT...

BuildRowSetFromString

BuildRowSetFromString This function returns a row set by splitting a string by the specified delimiter string. Arguments BuildRowSetFromString(1,2) Ordinal Type Required Description 1 String True String to split into a row set 2 String True Delimiting string Example 1...