Quantcast
Channel: Active questions tagged ampscript - Salesforce Stack Exchange
Viewing all articles
Browse latest Browse all 359

I am a beginner. Wrote the below amp script code. I have tried many things but cant get rid of this error

$
0
0

Below is my piece of code-An expected comma is not found in the varible declaration. Script: Var @fname,@lname,@plantype,@gender
ListID: 59096 Index: 14758

%%[
Var @fname,@lname,@plantype,@gender
Set @fname = FristName
Set @lname = LastName
Set @plantype = Plan Type
Set @gender = Gender
]%%

Hello %%= v(@fname) =%%! Here are your account details
First Name: %%= v(@fname) =%%
Last Name: %%= v(@lname) =%%
Plan Type: %%= v(@plantype) =%%


Viewing all articles
Browse latest Browse all 359

Trending Articles