InsertDE

InsertDE does not work when used inside an exclusion script.

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.

InsertDE(1, 2, 3)

OrdinalTypeDescription
1stringRequiredName of the data extension from which to insert the specified row
2stringRequiredColumn name used to build insert clause
3stringRequiredColumn value used to build insert clause