Skip to content

Instantly share code, notes, and snippets.

@matrostik
Created December 7, 2018 10:08
Show Gist options
  • Save matrostik/ca2b2d02302430fcfd5346373cd5f763 to your computer and use it in GitHub Desktop.
Save matrostik/ca2b2d02302430fcfd5346373cd5f763 to your computer and use it in GitHub Desktop.
<script runat=server language="JavaScript" executioncontexttype="get">
Platform.Load("Core","1.1.5");
var TestDE = DataExtension.Init("TEST_DataExtension");
var result = TestDE.Rows.Update({"AccountId":"Test_account"}, ["ContactId"],["0032405071zljdyAAA"]);
Write('<b>Output:</b>'+result);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment