by dev | Apr 21, 2018 | Book
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...
by dev | Apr 21, 2018 | Book
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...
by dev | Apr 21, 2018 | Book
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...
by dev | Apr 21, 2018 | Book
Overview This set of functions provides a means of interacting with rows in Data Extensions. Applications include: retrieving specific column values with simple criteria retrieving row sets with simple criteria executing predefined filters on data extension rows...
by dev | Apr 21, 2018 | Book
ContentArea This function returns the content stored in the specified Content Area and optionally wraps the content in an Impression Region. Arguments ContentArea(1,2,3,4,5) Ordinal Type Required Description 1 Number True The ID of the Content Area to return. This can...
by dev | Apr 21, 2018 | Book
ClaimRow This function returns a single row from a Data Extension and reserves the values to prevent them from being used by another operation. If a row is found and is unclaimed, the designated claimed column is set to true and data from that row is returned. If a...