Skip to content

Instantly share code, notes, and snippets.

@zuzannamj
Last active December 2, 2019 09:43
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/37f93caa978f2df83512eb77940a26c4 to your computer and use it in GitHub Desktop.
Save zuzannamj/37f93caa978f2df83512eb77940a26c4 to your computer and use it in GitHub Desktop.
<script runat="server">
Platform.Load("core","1");
var custId = "0031t000005D98UAAS"
var OrdersDE = DataExtension.Init("Orders");
var rows = OrdersDE.Rows.Lookup(["CustomerId"], [custId]);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment