by dev | Apr 21, 2018 | Book
DateParse This function converts the string representation of a date and time into its DateTime equivalent. Arguments DateParse(1,2) Ordinal Type Required Description 1 Date True The date string to parse 2 Boolean False A True value returns the date in UTC format...
by dev | Apr 21, 2018 | Book
SHA512 This function converts the specified string into a SHA512 hex value hash. Arguments SHA512(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...
by dev | Apr 21, 2018 | Book
InsertDE This function inserts a row in a Data Extension with the specified column name and value pairs. No output is returned from this function. Arguments InsertDE(1,2,3,[4a,4b]...) Ordinal Type Required Description 1 String True Name of the Data Extension receiving...
by dev | Apr 21, 2018 | Book
DatePart This function returns the specified part of a date string. Arguments DatePart(1,2) Ordinal Type Required Description 1 String True The date string from which to extract a part 2 String True The part of the date to retrieve. Valid values include year, Y,...
by dev | Apr 21, 2018 | Book
Overview These functions give you the ability to interact with third-party APIs, feeds and HTTP-accessible content, while also retrieving information related to web browsers that are used to access Marketing Cloud-hosted web content. Many online services available...
by dev | Apr 21, 2018 | Book
Lookup This function returns the value of a single column from a Data Extension. Arguments Lookup(1,2,3,4,[5a,5b]...) Ordinal Type Required Description 1 String True Name of the Data Extension from which to return a value 2 String True Name of the column from which to...