InsertDE

Overview

Inserts a row in a data extension with the column values listed in name and value pairs. You can include multiple name and value pairs as necessary. Returns no value. Use this function with email messages at send time only. No value is returned. This function applies to email messages at send time only.

Syntax

InsertDE(1, 2, 3)

Function Properties

Ordinal Type Description
1 string Required Name of the data extension from which to insert the specified row
2 string Required Column name used to build insert clause
3 string Required Column value used to build insert clause

Usage

InsertDE('SomeDE','FirstName',FirstName, 'LastName',LastName, 'CreatedDate',NOW())
Last Updated: Jun 8, 2021