Rows.Retrieve

Retrieves up to 2500 rows of data in a data extension

Rows.Retrieve(1)

OrdinalTypeDescription
1stringSpecifies information to filter for the retrieve

This sample code retrieves all data from the birthdayDE data extension.

This sample code retrieves all data using a simple filter where the age is greater than 20.

This sample code retrieves all data using a complex filter where the age is greater than 20 and the first name is Angel.

This function returns information in an array of objects in JSON format:

The Retrieve function can’t be used in the context of an email message or email preview.