InsertData
Inserts a row in a data extension. Returns the number of rows affected. Use this function with landing pages, SMS and MMS messages in MobileConnect, push messages in MobilePush, and messages in GroupConnect.
Syntax
InsertData(1, 2, 3)
Function Properties
Ordinal | Type | Description | |
---|---|---|---|
1 | string | Required | Data extension from which to insert specified row |
2 | string | Required | Name of column used to build insert clause |
3 | string | Required | Value of column used to build insert clause |