Skip to content

Instantly share code, notes, and snippets.

@zuzannamj
Last active December 2, 2019 11:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zuzannamj/c013b614a8a377802704e638c602e2d7 to your computer and use it in GitHub Desktop.
Save zuzannamj/c013b614a8a377802704e638c602e2d7 to your computer and use it in GitHub Desktop.
var @rows, @row, @rowCount, @subKey
set @subKey = _subscriberkey
set @rows = LookupRows("Orders","CustomerId", @subKey)
set @rowCount = rowcount(@rows)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment