QuestionQ59

Scripting and Automation

A developer needs to determine how many records a particular data extension contains. This will determine what is shown on a landing page.

Which AMPscript function returns the row count for a specified data extension?

  • A LookupRowCount
  • B DataExtensionRowCount
  • C RowCount
Explanation

DataExtensionRowCount() returns the number of rows in a specified data extension. RowCount() instead counts rows in a rowset, array, or object. Salesforce AMPscript reference

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!