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)
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 |