Skip to content

Instantly share code, notes, and snippets.

@wvpv
Created December 21, 2015 16:44
Show Gist options
  • Save wvpv/e1003139c7730512fdc0 to your computer and use it in GitHub Desktop.
Save wvpv/e1003139c7730512fdc0 to your computer and use it in GitHub Desktop.
SFMC AMPScript Upsert Data Extension Row
%%[
var @firstName, @lastName
set @firstName = "Scut"
set @lastName = "Farcus"
UpsertDE("My_Test_DataExtension",1,"SubscriberKey",_SubscriberKey,"FirstName",@firstName,"LastName",@lastName)
]%%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment