I set up a campaign for a form fill out. As part of the flow I have to Create a Task in SFDC. This step is being skipped due to 'one or more invalid tokens'. Below are the tokens I have listed. Does anyone know what is invalid about these? or how I go about to fix? I've attached my field export. Any help would be appreciated.
Full Name: {{lead.First Name}} {{lead.Last Name}}
Company Name: {{lead.Company Name}}
Email Address: {{lead.Email Address}}
Phone Number: {{lead.Phone Number}}
Business Unit Interests: {{lead.Business Unit Interests}}
Specialties: {{lead.Specialties}}
Comment: {{lead.Comment Capture}}
Solved! Go to Solution.
is there a red squiggly line on any of these?
Some flow steps do not accept some tokens.I'm going to guess that one of these is not the right one:
Business Unit Interests: {{lead.Business Unit Interests}}
Specialties: {{lead.Specialties}}
Comment: {{lead.Comment Capture}}
There are no red squiggly lines under any of the tokens. Why wouldn't certain steps not take certain tokens? This is baffling.
Try {{company.Company Name}}!
Is there a list of valid tokens somewhere? I've searched and haven't come across it. Any help hunting that down would be very helpful! Thank you.
THANK YOU, Amy!!!! I think I forgot to go to the doc section to search. I sure appreciate the link!