Rows.Retrieve

Retrieves up to 2500 rows of data in a data extension

Syntax

Rows.Retrieve(1)

Function Properties

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 cannot be used in the context of an email message or email preview.