Add the #DF24 Developer Keynote to your agenda. Join us in-person on 9/18 at 2:30 p.m. PT or on Salesforce+ at 5 p.m. PT for the must-see session built just for developers.

Rows.Add

Adds a row or array of rows to the initialized data extension

Rows.Add(1)

OrdinalTypeDescription
1objectRequiredInformation to include in row or array of rows

This sample code adds a row to the birthdayDE data extension.

This sample code adds an array of rows to the birthdayDE data extension.

The function returns the number of rows affected by the call.