LookupRowsCS returns a maximum of 2000 rows.

Study for the Marketing Cloud Developers Certification Test with flashcards and multiple choice questions. Each question offers hints and explanations. Prepare effectively for your exam success!

Multiple Choice

LookupRowsCS returns a maximum of 2000 rows.

Explanation:
LookupRowsCS is designed to fetch data in small, predictable batches. There is a hard limit of 2000 rows per invocation, so when the lookup criteria match more than 2000 rows, the function returns only the first 2000. To work with larger datasets, you need to narrow the filter (so fewer than 2000 are returned) or perform multiple lookups using different criteria, or use another method (like a SQL query in Automation Studio or the API) to page through the results. This behavior is why the statement is true.

LookupRowsCS is designed to fetch data in small, predictable batches. There is a hard limit of 2000 rows per invocation, so when the lookup criteria match more than 2000 rows, the function returns only the first 2000. To work with larger datasets, you need to narrow the filter (so fewer than 2000 are returned) or perform multiple lookups using different criteria, or use another method (like a SQL query in Automation Studio or the API) to page through the results. This behavior is why the statement is true.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy