Skip to content

Instantly share code, notes, and snippets.

@zuzannamj
Last active December 2, 2019 09:43
Embed
What would you like to do?
<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